Html Css Color HEX #7FAF21 Lima

📋 copy color: '#7FAF21'

red 127 ◦ green 175 ◦ blue 33

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

Shades of Lima #7FAF21

Tints of Lima #7FAF21

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

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

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

RGB 127 175 33 -
CMYK 0.27 0 0.81 0.31
HSL 80.28º 0.68% 0.41% -
HSV(B) 80.28º 0.81% 0.69% -
XYZ 24.36 35.28 6.97 -
YUV 144.46 65.1 115.55 -
System Red Green Blue C M Y K H S L
Decimal 127 175 33 0.27 0 0.81 0.31 80.28 0.68 0.41
Hex 7F AF 21 1B 0 51 1F 50 44 29
Octal 177 257 41 33 0 121 37 120 104 51
Binary 1111111 10101111 100001 11011 0 1010001 11111 1010000 1000100 101001

Color Harmonies of #7FAF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF21

Black with #7FAF21

Text Example


Text Example

White with #7FAF21

Text Example


Text Example

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