#75AE21

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

Shades of Lima #75AE21

Tints of Lima #75AE21

Color information

#75AE21 (or 0x75AE21) is unknown color: approx Lima. HEX triplet: 75, AE and 21. RGB value is (117,174,33). Sum of RGB (Red+Green+Blue) = 117+174+33=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AE21 is #8A51DE. Grayscale: #8D8D8D. Windows color (decimal): -9064927 or 2207349. OLE color: 2207349.

HSL color Cylindrical-coordinate representation of color #75AE21: hue angle of 84.26º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75AE21 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB11717433-
CMYK0.3300.810.32
HSL84.26º68.12%40.59%-
HSV(B)84.26º81.03%68.24%-
XYZ22.7534.166.83-
YUV140.8867.12110.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 174 (68.36% from 255) = 53.70%
BLUE value IS 33 (13.28% from 255) = 10.19%
R=36.11%
G=53.70%
B=10.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117174330.3300.810.3284.2668.1240.59
Hex75AE212105120544429
Octal165256414101214012410451
Binary1110101101011101000011000010101000110000010101001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,174,33); }

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

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

 a { background-color: rgb(117,174,33); }

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

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

 span { border-color: rgb(117,174,33); }

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