#D5DE55

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

Shades of Manz #D5DE55

Tints of Manz #D5DE55

Color information

#D5DE55 (or 0xD5DE55) is unknown color: approx Manz. HEX triplet: D5, DE and 55. RGB value is (213,222,85). Sum of RGB (Red+Green+Blue) = 213+222+85=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DE55 is #2A21AA. Grayscale: #CCCCCC. Windows color (decimal): -2761131 or 5627605. OLE color: 5627605.

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

Color convert

RGB21322285-
CMYK0.0400.620.13
HSL63.94º67.49%60.2%-
HSV(B)63.94º61.71%87.06%-
XYZ55.267.0418.63-
YUV203.6961.02134.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 222 (87.11% from 255) = 42.69%
BLUE value IS 85 (33.59% from 255) = 16.35%
R=40.96%
G=42.69%
B=16.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal213222850.0400.620.1363.9467.4960.2
HexD5DE55403ED40433c
Octal32533612540761510010374
Binary110101011101111010101011000111110110110000001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DE55; }

 p { color: rgb(213,222,85); }

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

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

 a { background-color: rgb(213,222,85); }

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

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

 span { border-color: rgb(213,222,85); }

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