#DDE474

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

Shades of Mindaro #DDE474

Tints of Mindaro #DDE474

Color information

#DDE474 (or 0xDDE474) is unknown color: approx Mindaro. HEX triplet: DD, E4 and 74. RGB value is (221,228,116). Sum of RGB (Red+Green+Blue) = 221+228+116=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE474 is #221B8B. Grayscale: #D5D5D5. Windows color (decimal): -2235276 or 7660765. OLE color: 7660765.

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

Color convert

RGB221228116-
CMYK0.0300.490.11
HSL63.75º67.47%67.45%-
HSV(B)63.75º49.12%89.41%-
XYZ60.7172.1227.24-
YUV213.1473.18133.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 228 (89.45% from 255) = 40.35%
BLUE value IS 116 (45.70% from 255) = 20.53%
R=39.12%
G=40.35%
B=20.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212281160.0300.490.1163.7567.4767.45
HexDDE4743031B404343
Octal335344164306113100103103
Binary110111011110010011101001101100011011100000010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE474; }

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

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

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

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

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

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

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

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