#75B81C

Color #75B81C Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #75B81C

Tints of Lima #75B81C

Color information

#75B81C (or 0x75B81C) is unknown color: approx Lima. HEX triplet: 75, B8 and 1C. RGB value is (117,184,28). Sum of RGB (Red+Green+Blue) = 117+184+28=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 184 (72.27% from 255 or 55.93% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 184 - color contains mainly: green. Hex color #75B81C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B81C is #8A47E3. Grayscale: #929292. Windows color (decimal): -9062372 or 1882229. OLE color: 1882229.

HSL color Cylindrical-coordinate representation of color #75B81C: hue angle of 85.77º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75B81C is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB11718428-
CMYK0.3600.850.28
HSL85.77º73.58%41.57%-
HSV(B)85.77º84.78%72.16%-
XYZ24.6938.157.16-
YUV146.1861.3107.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 184 (72.27% from 255) = 55.93%
BLUE value IS 28 (11.33% from 255) = 8.51%
R=35.56%
G=55.93%
B=8.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal117184280.3600.850.2885.7773.5841.57
Hex75B81C240551C564a2a
Octal165270344401253412611252
Binary11101011011100011100100100010101011110010101101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75B81C; }

 p { color: rgb(117,184,28); }

 H1.HeaderClassName
 {
   color: #75B81C;
 }
 .AnyTagClassName
 {
   color: #75B81C;
 }
</style>
background-color css

<style>
 a { background-color: #75B81C; }

 a { background-color: rgb(117,184,28); }

 div.DivClassName
 {
   background-color: #75B81C;
 }
 .BgClassName
 {
   background-color: #75B81C;
 }
</style>
border-color css

<style>
 span { border-color: #75B81C; }

 span { border-color: rgb(117,184,28); }

 td.TdClassName
 {
   border-color: #75B81C;
 }
 .TagClassName
 {
   border-color: #75B81C;
 }
</style>