Html Css Color HEX #7FAF25 Lima

📋 copy color: '#7FAF25'

red 127 ◦ green 175 ◦ blue 37

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

Shades of Lima #7FAF25

Tints of Lima #7FAF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.91%

R = 37.46%
G = 51.62%
B = 10.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#7FAF25 (or 0x7FAF25) is known color: Lima. HEX triplet: 7F, AF and 25. RGB value is (127,175,37). Sum of RGB (Red+Green+Blue) = 127+175+37=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAF25 is #8050DA. Grayscale: #919191. Windows color (decimal): -8409307 or 2469759. OLE color: 2469759.

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

Color convert

RGB 127 175 37 -
CMYK 0.27 0 0.79 0.31
HSL 80.87º 0.65% 0.42% -
HSV(B) 80.87º 0.79% 0.69% -
XYZ 24.42 35.31 7.28 -
YUV 144.92 67.1 115.22 -
System Red Green Blue C M Y K H S L
Decimal 127 175 37 0.27 0 0.79 0.31 80.87 0.65 0.42
Hex 7F AF 25 1B 0 4F 1F 51 41 2A
Octal 177 257 45 33 0 117 37 121 101 52
Binary 1111111 10101111 100101 11011 0 1001111 11111 1010001 1000001 101010

Color Harmonies of #7FAF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF25

Black with #7FAF25

Text Example


Text Example

White with #7FAF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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