#76DE91

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

Shades of De York #76DE91

Tints of De York #76DE91

Color information

#76DE91 (or 0x76DE91) is unknown color: approx De York. HEX triplet: 76, DE and 91. RGB value is (118,222,145). Sum of RGB (Red+Green+Blue) = 118+222+145=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #76DE91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DE91 is #89216E. Grayscale: #B6B6B6. Windows color (decimal): -8986991 or 9559670. OLE color: 9559670.

HSL color Cylindrical-coordinate representation of color #76DE91: hue angle of 135.58º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DE91 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB118222145-
CMYK0.4700.350.13
HSL135.58º61.18%66.67%-
HSV(B)135.58º46.85%87.06%-
XYZ38.758.1435.97-
YUV182.13107.0482.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.33%
GREEN value IS 222 (87.11% from 255) = 45.77%
BLUE value IS 145 (57.03% from 255) = 29.90%
R=24.33%
G=45.77%
B=29.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182221450.4700.350.13135.5861.1866.67
Hex76DE912F023D883d43
Octal166336221570431521075103
Binary1110110110111101001000110111101000111101100010001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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