#D2E355

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

Shades of Manz #D2E355

Tints of Manz #D2E355

Color information

#D2E355 (or 0xD2E355) is unknown color: approx Manz. HEX triplet: D2, E3 and 55. RGB value is (210,227,85). Sum of RGB (Red+Green+Blue) = 210+227+85=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E355 is #2D1CAA. Grayscale: #CECECE. Windows color (decimal): -2956459 or 5628882. OLE color: 5628882.

HSL color Cylindrical-coordinate representation of color #D2E355: hue angle of 67.18º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2E355 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB21022785-
CMYK0.0700.630.11
HSL67.18º71.72%61.18%-
HSV(B)67.18º62.56%89.02%-
XYZ55.6969.319.03-
YUV205.7359.87131.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.23%
GREEN value IS 227 (89.06% from 255) = 43.49%
BLUE value IS 85 (33.59% from 255) = 16.28%
R=40.23%
G=43.49%
B=16.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210227850.0700.630.1167.1871.7261.18
HexD2E355703FB43483d
Octal32234312570771310311075
Binary110100101110001110101011110111111101110000111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E355; }

 p { color: rgb(210,227,85); }

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

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

 a { background-color: rgb(210,227,85); }

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

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

 span { border-color: rgb(210,227,85); }

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