Html Css Color HEX #7FAF17 Lima

📋 copy color: '#7FAF17'

red 127 ◦ green 175 ◦ blue 23

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

Shades of Lima #7FAF17

Tints of Lima #7FAF17

RGB

 RED value IS 127 (50% from 255) = 39.08%

 GREEN value IS 175 (68.75% from 255) = 53.85%

 BLUE value IS 23 (9.38% from 255) = 7.08%

R = 39.08%
G = 53.85%
B = 7.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#7FAF17 (or 0x7FAF17) is known color: Lima. HEX triplet: 7F, AF and 17. RGB value is (127,175,23). Sum of RGB (Red+Green+Blue) = 127+175+23=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAF17 is #8050E8. Grayscale: #8F8F8F. Windows color (decimal): -8409321 or 1552255. OLE color: 1552255.

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

Color convert

RGB 127 175 23 -
CMYK 0.27 0 0.87 0.31
HSL 78.95º 0.77% 0.39% -
HSV(B) 78.95º 0.87% 0.69% -
XYZ 24.24 35.23 6.33 -
YUV 143.32 60.1 116.36 -
System Red Green Blue C M Y K H S L
Decimal 127 175 23 0.27 0 0.87 0.31 78.95 0.77 0.39
Hex 7F AF 17 1B 0 57 1F 4F 4D 27
Octal 177 257 27 33 0 127 37 117 115 47
Binary 1111111 10101111 10111 11011 0 1010111 11111 1001111 1001101 100111

Color Harmonies of #7FAF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF17

Black with #7FAF17

Text Example


Text Example

White with #7FAF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FAF17;
 }
 .AnyTagClassName
 {
   color: #7FAF17;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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