#76D88E

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

Shades of De York #76D88E

Tints of De York #76D88E

Color information

#76D88E (or 0x76D88E) is unknown color: approx De York. HEX triplet: 76, D8 and 8E. RGB value is (118,216,142). Sum of RGB (Red+Green+Blue) = 118+216+142=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #76D88E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D88E is #892771. Grayscale: #B2B2B2. Windows color (decimal): -8988530 or 9361526. OLE color: 9361526.

HSL color Cylindrical-coordinate representation of color #76D88E: hue angle of 134.69º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D88E is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB118216142-
CMYK0.4500.340.15
HSL134.69º55.68%65.49%-
HSV(B)134.69º45.37%84.71%-
XYZ36.9154.9234.25-
YUV178.26107.5385.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.79%
GREEN value IS 216 (84.77% from 255) = 45.38%
BLUE value IS 142 (55.86% from 255) = 29.83%
R=24.79%
G=45.38%
B=29.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182161420.4500.340.15134.6955.6865.49
Hex76D88E2D022F873841
Octal166330216550421720770101
Binary1110110110110001000111010110101000101111100001111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,216,142); }

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

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

 a { background-color: rgb(118,216,142); }

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

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

 span { border-color: rgb(118,216,142); }

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