Html Css Color HEX #7FAF28 Lima

📋 copy color: '#7FAF28'

red 127 ◦ green 175 ◦ blue 40

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

Shades of Lima #7FAF28

Tints of Lima #7FAF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.7%

R = 37.13%
G = 51.17%
B = 11.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#7FAF28 (or 0x7FAF28) is known color: Lima. HEX triplet: 7F, AF and 28. RGB value is (127,175,40). Sum of RGB (Red+Green+Blue) = 127+175+40=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAF28 is #8050D7. Grayscale: #919191. Windows color (decimal): -8409304 or 2666367. OLE color: 2666367.

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

Color convert

RGB 127 175 40 -
CMYK 0.27 0 0.77 0.31
HSL 81.33º 0.63% 0.42% -
HSV(B) 81.33º 0.77% 0.69% -
XYZ 24.47 35.33 7.54 -
YUV 145.26 68.6 114.98 -
System Red Green Blue C M Y K H S L
Decimal 127 175 40 0.27 0 0.77 0.31 81.33 0.63 0.42
Hex 7F AF 28 1B 0 4D 1F 51 3F 2A
Octal 177 257 50 33 0 115 37 121 77 52
Binary 1111111 10101111 101000 11011 0 1001101 11111 1010001 111111 101010

Color Harmonies of #7FAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF28

Black with #7FAF28

Text Example


Text Example

White with #7FAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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