Html Css Color HEX #7FA925 Lima

📋 copy color: '#7FA925'

red 127 ◦ green 169 ◦ blue 37

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

Shades of Lima #7FA925

Tints of Lima #7FA925

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.75%

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

R = 38.14%
G = 50.75%
B = 11.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#7FA925 (or 0x7FA925) is known color: Lima. HEX triplet: 7F, A9 and 25. RGB value is (127,169,37). Sum of RGB (Red+Green+Blue) = 127+169+37=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 169 (66.41% from 255 or 50.75% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 169 - color contains mainly: green. Hex color #7FA925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA925 is #8056DA. Grayscale: #8D8D8D. Windows color (decimal): -8410843 or 2468223. OLE color: 2468223.

HSL color Cylindrical-coordinate representation of color #7FA925: hue angle of 79.09º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7FA925 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 127 169 37 -
CMYK 0.25 0 0.78 0.34
HSL 79.09º 0.64% 0.4% -
HSV(B) 79.09º 0.78% 0.66% -
XYZ 23.27 33.02 6.9 -
YUV 141.39 69.09 117.73 -
System Red Green Blue C M Y K H S L
Decimal 127 169 37 0.25 0 0.78 0.34 79.09 0.64 0.4
Hex 7F A9 25 19 0 4E 22 4F 40 28
Octal 177 251 45 31 0 116 42 117 100 50
Binary 1111111 10101001 100101 11001 0 1001110 100010 1001111 1000000 101000

Color Harmonies of #7FA925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA925

Black with #7FA925

Text Example


Text Example

White with #7FA925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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