#76DC90

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

Shades of De York #76DC90

Tints of De York #76DC90

Color information

#76DC90 (or 0x76DC90) is unknown color: approx De York. HEX triplet: 76, DC and 90. RGB value is (118,220,144). Sum of RGB (Red+Green+Blue) = 118+220+144=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DC90 is #89236F. Grayscale: #B5B5B5. Windows color (decimal): -8987504 or 9493622. OLE color: 9493622.

HSL color Cylindrical-coordinate representation of color #76DC90: hue angle of 135.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DC90 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB118220144-
CMYK0.4600.350.14
HSL135.29º59.3%66.27%-
HSV(B)135.29º46.36%86.27%-
XYZ38.157.0535.39-
YUV180.84107.2183.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.48%
GREEN value IS 220 (86.33% from 255) = 45.64%
BLUE value IS 144 (56.64% from 255) = 29.88%
R=24.48%
G=45.64%
B=29.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182201440.4600.350.14135.2959.366.27
Hex76DC902E023E873b42
Octal166334220560431620773102
Binary1110110110111001001000010111001000111110100001111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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