Html Css Color HEX #7FB032 Lima

📋 copy color: '#7FB032'

red 127 ◦ green 176 ◦ blue 50

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

Shades of Lima #7FB032

Tints of Lima #7FB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.86%

 BLUE value IS 50 (19.92% from 255) = 14.16%

R = 35.98%
G = 49.86%
B = 14.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#7FB032 (or 0x7FB032) is known color: Lima. HEX triplet: 7F, B0 and 32. RGB value is (127,176,50). Sum of RGB (Red+Green+Blue) = 127+176+50=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB032 is #804FCD. Grayscale: #939393. Windows color (decimal): -8409038 or 3321983. OLE color: 3321983.

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

Color convert

RGB 127 176 50 -
CMYK 0.28 0 0.72 0.31
HSL 83.33º 0.56% 0.44% -
HSV(B) 83.33º 0.72% 0.69% -
XYZ 24.85 35.79 8.62 -
YUV 146.99 73.27 113.75 -
System Red Green Blue C M Y K H S L
Decimal 127 176 50 0.28 0 0.72 0.31 83.33 0.56 0.44
Hex 7F B0 32 1C 0 48 1F 53 38 2C
Octal 177 260 62 34 0 110 37 123 70 54
Binary 1111111 10110000 110010 11100 0 1001000 11111 1010011 111000 101100

Color Harmonies of #7FB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB032

Black with #7FB032

Text Example


Text Example

White with #7FB032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,176,50); }

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

background-color css

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

 a { background-color: rgb(127,176,50); }

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

border-color css

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

 span { border-color: rgb(127,176,50); }

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