#7FAF08

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

Shades of Lima #7FAF08

Tints of Lima #7FAF08

Color information

#7FAF08 (or 0x7FAF08) is unknown color: approx Lima. HEX triplet: 7F, AF and 08. RGB value is (127,175,8). Sum of RGB (Red+Green+Blue) = 127+175+8=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAF08 is #8050F7. Grayscale: #8E8E8E. Windows color (decimal): -8409336 or 569215. OLE color: 569215.

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

Color convert

RGB1271758-
CMYK0.2700.950.31
HSL77.25º91.26%35.88%-
HSV(B)77.25º95.43%68.63%-
XYZ24.1335.195.75-
YUV141.6152.6117.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.97%
GREEN value IS 175 (68.75% from 255) = 56.45%
BLUE value IS 8 (3.52% from 255) = 2.58%
R=40.97%
G=56.45%
B=2.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12717580.2700.950.3177.2591.2635.88
Hex7FAF81B05F1F4d5b24
Octal177257103301373711513344
Binary111111110101111100011011010111111111110011011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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