#DDE150

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

Shades of Manz #DDE150

Tints of Manz #DDE150

Color information

#DDE150 (or 0xDDE150) is unknown color: approx Manz. HEX triplet: DD, E1 and 50. RGB value is (221,225,80). Sum of RGB (Red+Green+Blue) = 221+225+80=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE150 is #221EAF. Grayscale: #CFCFCF. Windows color (decimal): -2236080 or 5300701. OLE color: 5300701.

HSL color Cylindrical-coordinate representation of color #DDE150: hue angle of 61.66º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDE150 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22122580-
CMYK0.0200.640.12
HSL61.66º70.73%59.8%-
HSV(B)61.66º64.44%88.24%-
XYZ58.1969.818-
YUV207.2756.17137.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 225 (88.28% from 255) = 42.78%
BLUE value IS 80 (31.64% from 255) = 15.21%
R=42.02%
G=42.78%
B=15.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal221225800.0200.640.1261.6670.7359.8
HexDDE1502040C3e473c
Octal33534112020100147610774
Binary11011101111000011010000100100000011001111101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE150; }

 p { color: rgb(221,225,80); }

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

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

 a { background-color: rgb(221,225,80); }

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

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

 span { border-color: rgb(221,225,80); }

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