Html Css Color HEX #7FAF08 Lima

📋 copy color: '#7FAF08'

red 127 ◦ green 175 ◦ blue 8

#7FAF08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7FAF08

Tints of Lima #7FAF08

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 value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#7FAF08 (or 0x7FAF08) is known color: 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

RGB 127 175 8 -
CMYK 0.27 0 0.95 0.31
HSL 77.25º 0.91% 0.36% -
HSV(B) 77.25º 0.95% 0.69% -
XYZ 24.13 35.19 5.75 -
YUV 141.61 52.6 117.58 -
System Red Green Blue C M Y K H S L
Decimal 127 175 8 0.27 0 0.95 0.31 77.25 0.91 0.36
Hex 7F AF 8 1B 0 5F 1F 4D 5B 24
Octal 177 257 10 33 0 137 37 115 133 44
Binary 1111111 10101111 1000 11011 0 1011111 11111 1001101 1011011 100100

Color Harmonies of #7FAF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF08

Black with #7FAF08

Text Example


Text Example

White with #7FAF08

Text Example


Text Example

HTML Codes & Css Web 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>