Html Css Color HEX #76C82D Lima

📋 copy color: '#76C82D'

red 118 ◦ green 200 ◦ blue 45

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

Shades of Lima #76C82D

Tints of Lima #76C82D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.1%

 BLUE value IS 45 (17.97% from 255) = 12.4%

R = 32.51%
G = 55.1%
B = 12.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#76C82D (or 0x76C82D) is known color: Lima. HEX triplet: 76, C8 and 2D. RGB value is (118,200,45). Sum of RGB (Red+Green+Blue) = 118+200+45=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #76C82D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C82D is #8937D2. Grayscale: #9E9E9E. Windows color (decimal): -8992723 or 3000438. OLE color: 3000438.

HSL color Cylindrical-coordinate representation of color #76C82D: hue angle of 91.74º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76C82D is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 200 45 -
CMYK 0.41 0 0.78 0.22
HSL 91.74º 0.63% 0.48% -
HSV(B) 91.74º 0.78% 0.78% -
XYZ 28.6 45.35 9.73 -
YUV 157.81 64.33 99.6 -
System Red Green Blue C M Y K H S L
Decimal 118 200 45 0.41 0 0.78 0.22 91.74 0.63 0.48
Hex 76 C8 2D 29 0 4E 16 5C 3F 30
Octal 166 310 55 51 0 116 26 134 77 60
Binary 1110110 11001000 101101 101001 0 1001110 10110 1011100 111111 110000

Color Harmonies of #76C82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C82D

Black with #76C82D

Text Example


Text Example

White with #76C82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,200,45); }

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

background-color css

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

 a { background-color: rgb(118,200,45); }

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

border-color css

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

 span { border-color: rgb(118,200,45); }

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