Html Css Color HEX #7FAF1D Lima

📋 copy color: '#7FAF1D'

red 127 ◦ green 175 ◦ blue 29

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

Shades of Lima #7FAF1D

Tints of Lima #7FAF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.76%

R = 38.37%
G = 52.87%
B = 8.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#7FAF1D (or 0x7FAF1D) is known color: Lima. HEX triplet: 7F, AF and 1D. RGB value is (127,175,29). Sum of RGB (Red+Green+Blue) = 127+175+29=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAF1D is #8050E2. Grayscale: #909090. Windows color (decimal): -8409315 or 1945471. OLE color: 1945471.

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

Color convert

RGB 127 175 29 -
CMYK 0.27 0 0.83 0.31
HSL 79.73º 0.72% 0.4% -
HSV(B) 79.73º 0.83% 0.69% -
XYZ 24.3 35.26 6.69 -
YUV 144 63.1 115.87 -
System Red Green Blue C M Y K H S L
Decimal 127 175 29 0.27 0 0.83 0.31 79.73 0.72 0.4
Hex 7F AF 1D 1B 0 53 1F 50 48 28
Octal 177 257 35 33 0 123 37 120 110 50
Binary 1111111 10101111 11101 11011 0 1010011 11111 1010000 1001000 101000

Color Harmonies of #7FAF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF1D

Black with #7FAF1D

Text Example


Text Example

White with #7FAF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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