#DDE468

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

Shades of Mindaro #DDE468

Tints of Mindaro #DDE468

Color information

#DDE468 (or 0xDDE468) is unknown color: approx Mindaro. HEX triplet: DD, E4 and 68. RGB value is (221,228,104). Sum of RGB (Red+Green+Blue) = 221+228+104=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE468 is #221B97. Grayscale: #D4D4D4. Windows color (decimal): -2235288 or 6874333. OLE color: 6874333.

HSL color Cylindrical-coordinate representation of color #DDE468: hue angle of 63.39º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDE468 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB221228104-
CMYK0.0300.540.11
HSL63.39º69.66%65.1%-
HSV(B)63.39º54.39%89.41%-
XYZ60.0671.8623.8-
YUV211.7767.18134.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 228 (89.45% from 255) = 41.23%
BLUE value IS 104 (41.02% from 255) = 18.81%
R=39.96%
G=41.23%
B=18.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212281040.0300.540.1163.3969.6665.1
HexDDE4683036B3f4641
Octal33534415030661377106101
Binary11011101111001001101000110110110101111111110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE468; }

 p { color: rgb(221,228,104); }

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

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

 a { background-color: rgb(221,228,104); }

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

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

 span { border-color: rgb(221,228,104); }

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