Html Css Color HEX #7FAD28 Lima

📋 copy color: '#7FAD28'

red 127 ◦ green 173 ◦ blue 40

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

Shades of Lima #7FAD28

Tints of Lima #7FAD28

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.88%

 BLUE value IS 40 (16.02% from 255) = 11.76%

R = 37.35%
G = 50.88%
B = 11.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#7FAD28 (or 0x7FAD28) is known color: Lima. HEX triplet: 7F, AD and 28. RGB value is (127,173,40). Sum of RGB (Red+Green+Blue) = 127+173+40=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAD28 is #8052D7. Grayscale: #909090. Windows color (decimal): -8409816 or 2665855. OLE color: 2665855.

HSL color Cylindrical-coordinate representation of color #7FAD28: hue angle of 80.75º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FAD28 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 173 40 -
CMYK 0.27 0 0.77 0.32
HSL 80.75º 0.62% 0.42% -
HSV(B) 80.75º 0.77% 0.68% -
XYZ 24.08 34.55 7.41 -
YUV 144.08 69.26 115.81 -
System Red Green Blue C M Y K H S L
Decimal 127 173 40 0.27 0 0.77 0.32 80.75 0.62 0.42
Hex 7F AD 28 1B 0 4D 20 51 3E 2A
Octal 177 255 50 33 0 115 40 121 76 52
Binary 1111111 10101101 101000 11011 0 1001101 100000 1010001 111110 101010

Color Harmonies of #7FAD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD28

Black with #7FAD28

Text Example


Text Example

White with #7FAD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,173,40); }

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

background-color css

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

 a { background-color: rgb(127,173,40); }

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

border-color css

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

 span { border-color: rgb(127,173,40); }

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