Html Css Color HEX #76C728 Lima

📋 copy color: '#76C728'

red 118 ◦ green 199 ◦ blue 40

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

Shades of Lima #76C728

Tints of Lima #76C728

RGB

 RED value IS 118 (46.48% from 255) = 33.05%

 GREEN value IS 199 (78.13% from 255) = 55.74%

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

R = 33.05%
G = 55.74%
B = 11.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#76C728 (or 0x76C728) is known color: Lima. HEX triplet: 76, C7 and 28. RGB value is (118,199,40). Sum of RGB (Red+Green+Blue) = 118+199+40=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 199 (78.12% from 255 or 55.74% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 199 - color contains mainly: green. Hex color #76C728 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C728 is #8938D7. Grayscale: #9D9D9D. Windows color (decimal): -8992984 or 2672502. OLE color: 2672502.

HSL color Cylindrical-coordinate representation of color #76C728: hue angle of 90.57º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76C728 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 199 40 -
CMYK 0.41 0 0.80 0.22
HSL 90.57º 0.67% 0.47% -
HSV(B) 90.57º 0.8% 0.78% -
XYZ 28.28 44.85 9.17 -
YUV 156.66 62.16 100.43 -
System Red Green Blue C M Y K H S L
Decimal 118 199 40 0.41 0 0.80 0.22 90.57 0.67 0.47
Hex 76 C7 28 29 0 50 16 5B 43 2F
Octal 166 307 50 51 0 120 26 133 103 57
Binary 1110110 11000111 101000 101001 0 1010000 10110 1011011 1000011 101111

Color Harmonies of #76C728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C728

Black with #76C728

Text Example


Text Example

White with #76C728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76C728; }

 p { color: rgb(118,199,40); }

 H1.HeaderClassName
 {
   color: #76C728;
 }
 .AnyTagClassName
 {
   color: #76C728;
 }
</style>

background-color css

<style>
 a { background-color: #76C728; }

 a { background-color: rgb(118,199,40); }

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

border-color css

<style>
 span { border-color: #76C728; }

 span { border-color: rgb(118,199,40); }

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