#D2DE57

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

Shades of Manz #D2DE57

Tints of Manz #D2DE57

Color information

#D2DE57 (or 0xD2DE57) is unknown color: approx Manz. HEX triplet: D2, DE and 57. RGB value is (210,222,87). Sum of RGB (Red+Green+Blue) = 210+222+87=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 87 (34.38% from 255 or 16.76% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DE57 is #2D21A8. Grayscale: #CBCBCB. Windows color (decimal): -2957737 or 5758674. OLE color: 5758674.

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

Color convert

RGB21022287-
CMYK0.0500.610.13
HSL65.33º67.16%60.59%-
HSV(B)65.33º60.81%87.06%-
XYZ54.4266.6319.01-
YUV203.0262.52132.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 222 (87.11% from 255) = 42.77%
BLUE value IS 87 (34.38% from 255) = 16.76%
R=40.46%
G=42.77%
B=16.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210222870.0500.610.1365.3367.1660.59
HexD2DE57503DD41433d
Octal32233612750751510110375
Binary110100101101111010101111010111101110110000011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DE57; }

 p { color: rgb(210,222,87); }

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

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

 a { background-color: rgb(210,222,87); }

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

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

 span { border-color: rgb(210,222,87); }

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