#DCEE4D

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

Shades of Manz #DCEE4D

Tints of Manz #DCEE4D

Color information

#DCEE4D (or 0xDCEE4D) is unknown color: approx Manz. HEX triplet: DC, EE and 4D. RGB value is (220,238,77). Sum of RGB (Red+Green+Blue) = 220+238+77=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE4D is #2311B2. Grayscale: #D6D6D6. Windows color (decimal): -2298291 or 5107420. OLE color: 5107420.

HSL color Cylindrical-coordinate representation of color #DCEE4D: hue angle of 66.71º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCEE4D is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB22023877-
CMYK0.0800.680.07
HSL66.71º82.56%61.76%-
HSV(B)66.71º67.65%93.33%-
XYZ61.4376.918.63-
YUV214.2650.54132.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 238 (93.36% from 255) = 44.49%
BLUE value IS 77 (30.47% from 255) = 14.39%
R=41.12%
G=44.49%
B=14.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220238770.0800.680.0766.7182.5661.76
HexDCEE4D8044743533e
Octal334356115100104710312376
Binary1101110011101110100110110000100010011110000111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEE4D; }

 p { color: rgb(220,238,77); }

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

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

 a { background-color: rgb(220,238,77); }

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

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

 span { border-color: rgb(220,238,77); }

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