Html Css Color HEX #76BD35 Lima

📋 copy color: '#76BD35'

red 118 ◦ green 189 ◦ blue 53

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

Shades of Lima #76BD35

Tints of Lima #76BD35

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.5%

 BLUE value IS 53 (21.09% from 255) = 14.72%

R = 32.78%
G = 52.5%
B = 14.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#76BD35 (or 0x76BD35) is known color: Lima. HEX triplet: 76, BD and 35. RGB value is (118,189,53). Sum of RGB (Red+Green+Blue) = 118+189+53=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BD35 is #8942CA. Grayscale: #989898. Windows color (decimal): -8995531 or 3521910. OLE color: 3521910.

HSL color Cylindrical-coordinate representation of color #76BD35: hue angle of 91.32º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76BD35 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 189 53 -
CMYK 0.38 0 0.72 0.26
HSL 91.32º 0.56% 0.47% -
HSV(B) 91.32º 0.72% 0.74% -
XYZ 26.31 40.5 9.8 -
YUV 152.27 71.98 103.56 -
System Red Green Blue C M Y K H S L
Decimal 118 189 53 0.38 0 0.72 0.26 91.32 0.56 0.47
Hex 76 BD 35 26 0 48 1A 5B 38 2F
Octal 166 275 65 46 0 110 32 133 70 57
Binary 1110110 10111101 110101 100110 0 1001000 11010 1011011 111000 101111

Color Harmonies of #76BD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BD35

Black with #76BD35

Text Example


Text Example

White with #76BD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,189,53); }

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

background-color css

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

 a { background-color: rgb(118,189,53); }

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

border-color css

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

 span { border-color: rgb(118,189,53); }

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