#D0DE58

Color #D0DE58 Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #D0DE58

Tints of Manz #D0DE58

Color information

#D0DE58 (or 0xD0DE58) is unknown color: approx Manz. HEX triplet: D0, DE and 58. RGB value is (208,222,88). Sum of RGB (Red+Green+Blue) = 208+222+88=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DE58 is #2F21A7. Grayscale: #CBCBCB. Windows color (decimal): -3088808 or 5824208. OLE color: 5824208.

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

Color convert

RGB20822288-
CMYK0.0600.600.13
HSL66.27º67%60.78%-
HSV(B)66.27º60.36%87.06%-
XYZ53.966.3619.2-
YUV202.5463.36131.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 222 (87.11% from 255) = 42.86%
BLUE value IS 88 (34.77% from 255) = 16.99%
R=40.15%
G=42.86%
B=16.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208222880.0600.600.1366.276760.78
HexD0DE58603CD42433d
Octal32033613060741510210375
Binary110100001101111010110001100111100110110000101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DE58; }

 p { color: rgb(208,222,88); }

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

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

 a { background-color: rgb(208,222,88); }

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

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

 span { border-color: rgb(208,222,88); }

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