#76D391

Color #76D391 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #76D391

Tints of De York #76D391

Color information

#76D391 (or 0x76D391) is unknown color: approx De York. HEX triplet: 76, D3 and 91. RGB value is (118,211,145). Sum of RGB (Red+Green+Blue) = 118+211+145=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #76D391 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D391 is #892C6E. Grayscale: #AFAFAF. Windows color (decimal): -8989807 or 9556854. OLE color: 9556854.

HSL color Cylindrical-coordinate representation of color #76D391: hue angle of 137.42º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D391 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB118211145-
CMYK0.4400.310.17
HSL137.42º51.38%64.51%-
HSV(B)137.42º44.08%82.75%-
XYZ35.8852.4835.03-
YUV175.67110.6986.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.89%
GREEN value IS 211 (82.81% from 255) = 44.51%
BLUE value IS 145 (57.03% from 255) = 30.59%
R=24.89%
G=44.51%
B=30.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1182111450.4400.310.17137.4251.3864.51
Hex76D3912C01F11893341
Octal166323221540372121163101
Binary1110110110100111001000110110001111110001100010011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,211,145); }

 H1.HeaderClassName
 {
   color: #76D391;
 }
 .AnyTagClassName
 {
   color: #76D391;
 }
</style>
background-color css

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

 a { background-color: rgb(118,211,145); }

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

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

 span { border-color: rgb(118,211,145); }

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