Html Css Color HEX #76C82F Lima

📋 copy color: '#76C82F'

red 118 ◦ green 200 ◦ blue 47

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

Shades of Lima #76C82F

Tints of Lima #76C82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.88%

R = 32.33%
G = 54.79%
B = 12.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#76C82F (or 0x76C82F) is known color: Lima. HEX triplet: 76, C8 and 2F. RGB value is (118,200,47). Sum of RGB (Red+Green+Blue) = 118+200+47=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #76C82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C82F is #8937D0. Grayscale: #9E9E9E. Windows color (decimal): -8992721 or 3131510. OLE color: 3131510.

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

Color convert

RGB 118 200 47 -
CMYK 0.41 0 0.76 0.22
HSL 92.16º 0.62% 0.48% -
HSV(B) 92.16º 0.77% 0.78% -
XYZ 28.64 45.37 9.94 -
YUV 158.04 65.33 99.44 -
System Red Green Blue C M Y K H S L
Decimal 118 200 47 0.41 0 0.76 0.22 92.16 0.62 0.48
Hex 76 C8 2F 29 0 4C 16 5C 3E 30
Octal 166 310 57 51 0 114 26 134 76 60
Binary 1110110 11001000 101111 101001 0 1001100 10110 1011100 111110 110000

Color Harmonies of #76C82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C82F

Black with #76C82F

Text Example


Text Example

White with #76C82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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