#7FAF21

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

Shades of Lima #7FAF21

Tints of Lima #7FAF21

Color information

#7FAF21 (or 0x7FAF21) is unknown color: approx Lima. HEX triplet: 7F, AF and 21. RGB value is (127,175,33). Sum of RGB (Red+Green+Blue) = 127+175+33=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAF21 is #8050DE. Grayscale: #909090. Windows color (decimal): -8409311 or 2207615. OLE color: 2207615.

HSL color Cylindrical-coordinate representation of color #7FAF21: hue angle of 80.28º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7FAF21 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB12717533-
CMYK0.2700.810.31
HSL80.28º68.27%40.78%-
HSV(B)80.28º81.14%68.63%-
XYZ24.3635.286.97-
YUV144.4665.1115.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.91%
GREEN value IS 175 (68.75% from 255) = 52.24%
BLUE value IS 33 (13.28% from 255) = 9.85%
R=37.91%
G=52.24%
B=9.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127175330.2700.810.3180.2868.2740.78
Hex7FAF211B0511F504429
Octal177257413301213712010451
Binary11111111010111110000111011010100011111110100001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FAF21; }

 p { color: rgb(127,175,33); }

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

<style>
 a { background-color: #7FAF21; }

 a { background-color: rgb(127,175,33); }

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

<style>
 span { border-color: #7FAF21; }

 span { border-color: rgb(127,175,33); }

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