Html Css Color HEX #76C331 Lima

📋 copy color: '#76C331'

red 118 ◦ green 195 ◦ blue 49

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

Shades of Lima #76C331

Tints of Lima #76C331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.87%

 BLUE value IS 49 (19.53% from 255) = 13.54%

R = 32.6%
G = 53.87%
B = 13.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#76C331 (or 0x76C331) is known color: Lima. HEX triplet: 76, C3 and 31. RGB value is (118,195,49). Sum of RGB (Red+Green+Blue) = 118+195+49=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #76C331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C331 is #893CCE. Grayscale: #9B9B9B. Windows color (decimal): -8993999 or 3261302. OLE color: 3261302.

HSL color Cylindrical-coordinate representation of color #76C331: hue angle of 91.64º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76C331 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 195 49 -
CMYK 0.39 0 0.75 0.24
HSL 91.64º 0.6% 0.48% -
HSV(B) 91.64º 0.75% 0.76% -
XYZ 27.54 43.1 9.77 -
YUV 155.33 67.99 101.37 -
System Red Green Blue C M Y K H S L
Decimal 118 195 49 0.39 0 0.75 0.24 91.64 0.6 0.48
Hex 76 C3 31 27 0 4B 18 5C 3C 30
Octal 166 303 61 47 0 113 30 134 74 60
Binary 1110110 11000011 110001 100111 0 1001011 11000 1011100 111100 110000

Color Harmonies of #76C331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C331

Black with #76C331

Text Example


Text Example

White with #76C331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,195,49); }

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

background-color css

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

 a { background-color: rgb(118,195,49); }

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

border-color css

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

 span { border-color: rgb(118,195,49); }

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