#76DE90

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

Shades of De York #76DE90

Tints of De York #76DE90

Color information

#76DE90 (or 0x76DE90) is unknown color: approx De York. HEX triplet: 76, DE and 90. RGB value is (118,222,144). Sum of RGB (Red+Green+Blue) = 118+222+144=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #76DE90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DE90 is #89216F. Grayscale: #B6B6B6. Windows color (decimal): -8986992 or 9494134. OLE color: 9494134.

HSL color Cylindrical-coordinate representation of color #76DE90: hue angle of 135º 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 #76DE90 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB118222144-
CMYK0.4700.350.13
HSL135º61.18%66.67%-
HSV(B)135º46.85%87.06%-
XYZ38.6358.1135.57-
YUV182.01106.5482.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.38%
GREEN value IS 222 (87.11% from 255) = 45.87%
BLUE value IS 144 (56.64% from 255) = 29.75%
R=24.38%
G=45.87%
B=29.75%

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
Decimal1182221440.4700.350.1313561.1866.67
Hex76DE902F023D873d43
Octal166336220570431520775103
Binary1110110110111101001000010111101000111101100001111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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