Html Css Color HEX #76BA28 Lima

📋 copy color: '#76BA28'

red 118 ◦ green 186 ◦ blue 40

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

Shades of Lima #76BA28

Tints of Lima #76BA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.07%

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

R = 34.3%
G = 54.07%
B = 11.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#76BA28 (or 0x76BA28) is known color: Lima. HEX triplet: 76, BA and 28. RGB value is (118,186,40). Sum of RGB (Red+Green+Blue) = 118+186+40=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA28 is #8945D7. Grayscale: #959595. Windows color (decimal): -8996312 or 2669174. OLE color: 2669174.

HSL color Cylindrical-coordinate representation of color #76BA28: hue angle of 87.95º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76BA28 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 186 40 -
CMYK 0.37 0 0.78 0.27
HSL 87.95º 0.65% 0.44% -
HSV(B) 87.95º 0.78% 0.73% -
XYZ 25.41 39.12 8.22 -
YUV 149.02 66.47 105.87 -
System Red Green Blue C M Y K H S L
Decimal 118 186 40 0.37 0 0.78 0.27 87.95 0.65 0.44
Hex 76 BA 28 25 0 4E 1B 58 41 2C
Octal 166 272 50 45 0 116 33 130 101 54
Binary 1110110 10111010 101000 100101 0 1001110 11011 1011000 1000001 101100

Color Harmonies of #76BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA28

Black with #76BA28

Text Example


Text Example

White with #76BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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