#DDEE85

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

Shades of Mindaro #DDEE85

Tints of Mindaro #DDEE85

Color information

#DDEE85 (or 0xDDEE85) is unknown color: approx Mindaro. HEX triplet: DD, EE and 85. RGB value is (221,238,133). Sum of RGB (Red+Green+Blue) = 221+238+133=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEE85 is #22117A. Grayscale: #DDDDDD. Windows color (decimal): -2232699 or 8777437. OLE color: 8777437.

HSL color Cylindrical-coordinate representation of color #DDEE85: hue angle of 69.71º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDEE85 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB221238133-
CMYK0.0700.440.07
HSL69.71º75.54%72.75%-
HSV(B)69.71º44.12%93.33%-
XYZ64.6378.2133.88-
YUV220.9578.37128.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 238 (93.36% from 255) = 40.20%
BLUE value IS 133 (52.34% from 255) = 22.47%
R=37.33%
G=40.20%
B=22.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212381330.0700.440.0769.7175.5472.75
HexDDEE85702C7464c49
Octal33535620570547106114111
Binary1101110111101110100001011110101100111100011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEE85; }

 p { color: rgb(221,238,133); }

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

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

 a { background-color: rgb(221,238,133); }

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

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

 span { border-color: rgb(221,238,133); }

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