#DFE355

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

Shades of Manz #DFE355

Tints of Manz #DFE355

Color information

#DFE355 (or 0xDFE355) is unknown color: approx Manz. HEX triplet: DF, E3 and 55. RGB value is (223,227,85). Sum of RGB (Red+Green+Blue) = 223+227+85=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE355 is #201CAA. Grayscale: #D2D2D2. Windows color (decimal): -2104491 or 5628895. OLE color: 5628895.

HSL color Cylindrical-coordinate representation of color #DFE355: hue angle of 61.69º 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 #DFE355 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB22322785-
CMYK0.0200.630.11
HSL61.69º71.72%61.18%-
HSV(B)61.69º62.56%89.02%-
XYZ59.5471.2819.22-
YUV209.6257.67137.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 227 (89.06% from 255) = 42.43%
BLUE value IS 85 (33.59% from 255) = 15.89%
R=41.68%
G=42.43%
B=15.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal223227850.0200.630.1161.6971.7261.18
HexDFE355203FB3e483d
Octal3373431252077137611075
Binary1101111111100011101010110011111110111111101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE355; }

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

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

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

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

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

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

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

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