#76DE92

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

Shades of De York #76DE92

Tints of De York #76DE92

Color information

#76DE92 (or 0x76DE92) is unknown color: approx De York. HEX triplet: 76, DE and 92. RGB value is (118,222,146). Sum of RGB (Red+Green+Blue) = 118+222+146=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #76DE92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DE92 is #89216D. Grayscale: #B6B6B6. Windows color (decimal): -8986990 or 9625206. OLE color: 9625206.

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

Color convert

RGB118222146-
CMYK0.4700.340.13
HSL136.15º61.18%66.67%-
HSV(B)136.15º46.85%87.06%-
XYZ38.7858.1736.38-
YUV182.24107.5482.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.28%
GREEN value IS 222 (87.11% from 255) = 45.68%
BLUE value IS 146 (57.42% from 255) = 30.04%
R=24.28%
G=45.68%
B=30.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182221460.4700.340.13136.1561.1866.67
Hex76DE922F022D883d43
Octal166336222570421521075103
Binary1110110110111101001001010111101000101101100010001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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