#ddf572

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

Shades of Mindaro #DDF572

Tints of Mindaro #DDF572

Color information

#DDF572 (or 0xDDF572) is unknown color: approx Mindaro. HEX triplet: DD, F5 and 72. RGB value is (221,245,114). Sum of RGB (Red+Green+Blue) = 221+245+114=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 114 (44.92% from 255 or 19.66% from 580); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF572 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF572 is #220A8D. Grayscale: #DFDFDF. Windows color (decimal): -2230926 or 7534045. OLE color: 7534045.

HSL color Cylindrical-coordinate representation of color #DDF572: hue angle of 70.99º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDF572 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB221245114-
CMYK0.1000.530.04
HSL70.99º86.75%70.39%-
HSV(B)70.99º53.47%96.08%-
XYZ65.5181.8928.27-
YUV222.8966.55126.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 245 (96.09% from 255) = 42.24%
BLUE value IS 114 (44.92% from 255) = 19.66%
R=38.10%
G=42.24%
B=19.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212451140.1000.530.0470.9986.7570.39
HexDDF572A0354475746
Octal335365162120654107127106
Binary1101110111110101111001010100110101100100011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddf572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddf572; }

 p { color: rgb(221,245,114); }

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

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

 a { background-color: rgb(221,245,114); }

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

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

 span { border-color: rgb(221,245,114); }

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