Html Css Color HEX #7FA504 Lima

📋 copy color: '#7FA504'

red 127 ◦ green 165 ◦ blue 4

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

Shades of Lima #7FA504

Tints of Lima #7FA504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 55.74%

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 42.91%
G = 55.74%
B = 1.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#7FA504 (or 0x7FA504) is known color: Lima. HEX triplet: 7F, A5 and 04. RGB value is (127,165,4). Sum of RGB (Red+Green+Blue) = 127+165+4=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 165 (64.84% from 255 or 55.74% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA504 is #805AFB. Grayscale: #878787. Windows color (decimal): -8411900 or 304511. OLE color: 304511.

HSL color Cylindrical-coordinate representation of color #7FA504: hue angle of 74.16º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7FA504 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 165 4 -
CMYK 0.23 0 0.98 0.35
HSL 74.16º 0.95% 0.33% -
HSV(B) 74.16º 0.98% 0.65% -
XYZ 22.23 31.43 5.01 -
YUV 135.28 53.91 122.09 -
System Red Green Blue C M Y K H S L
Decimal 127 165 4 0.23 0 0.98 0.35 74.16 0.95 0.33
Hex 7F A5 4 17 0 62 23 4A 5F 21
Octal 177 245 4 27 0 142 43 112 137 41
Binary 1111111 10100101 100 10111 0 1100010 100011 1001010 1011111 100001

Color Harmonies of #7FA504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA504

Black with #7FA504

Text Example


Text Example

White with #7FA504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,165,4); }

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

background-color css

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

 a { background-color: rgb(127,165,4); }

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

border-color css

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

 span { border-color: rgb(127,165,4); }

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