#DDF080

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

Shades of Mindaro #DDF080

Tints of Mindaro #DDF080

Color information

#DDF080 (or 0xDDF080) is unknown color: approx Mindaro. HEX triplet: DD, F0 and 80. RGB value is (221,240,128). Sum of RGB (Red+Green+Blue) = 221+240+128=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF080 is #220F7F. Grayscale: #DDDDDD. Windows color (decimal): -2232192 or 8450269. OLE color: 8450269.

HSL color Cylindrical-coordinate representation of color #DDF080: hue angle of 70.18º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDF080 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB221240128-
CMYK0.0800.470.06
HSL70.18º78.87%72.16%-
HSV(B)70.18º46.67%94.12%-
XYZ64.8879.2532.3-
YUV221.5575.21127.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 240 (94.14% from 255) = 40.75%
BLUE value IS 128 (50.39% from 255) = 21.73%
R=37.52%
G=40.75%
B=21.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212401280.0800.470.0670.1878.8772.16
HexDDF080802F6464f48
Octal335360200100576106117110
Binary11011101111100001000000010000101111110100011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF080; }

 p { color: rgb(221,240,128); }

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

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

 a { background-color: rgb(221,240,128); }

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

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

 span { border-color: rgb(221,240,128); }

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