Html Css Color HEX #76C827 Lima

📋 copy color: '#76C827'

red 118 ◦ green 200 ◦ blue 39

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

Shades of Lima #76C827

Tints of Lima #76C827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.92%

R = 33.05%
G = 56.02%
B = 10.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#76C827 (or 0x76C827) is known color: Lima. HEX triplet: 76, C8 and 27. RGB value is (118,200,39). Sum of RGB (Red+Green+Blue) = 118+200+39=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #76C827 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C827 is #8937D8. Grayscale: #9D9D9D. Windows color (decimal): -8992729 or 2607222. OLE color: 2607222.

HSL color Cylindrical-coordinate representation of color #76C827: hue angle of 90.56º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76C827 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 200 39 -
CMYK 0.41 0 0.80 0.22
HSL 90.56º 0.67% 0.47% -
HSV(B) 90.56º 0.81% 0.78% -
XYZ 28.49 45.31 9.16 -
YUV 157.13 61.33 100.09 -
System Red Green Blue C M Y K H S L
Decimal 118 200 39 0.41 0 0.80 0.22 90.56 0.67 0.47
Hex 76 C8 27 29 0 50 16 5B 43 2F
Octal 166 310 47 51 0 120 26 133 103 57
Binary 1110110 11001000 100111 101001 0 1010000 10110 1011011 1000011 101111

Color Harmonies of #76C827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C827

Black with #76C827

Text Example


Text Example

White with #76C827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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