#DDF780

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

Shades of Mindaro #DDF780

Tints of Mindaro #DDF780

Color information

#DDF780 (or 0xDDF780) is unknown color: approx Mindaro. HEX triplet: DD, F7 and 80. RGB value is (221,247,128). Sum of RGB (Red+Green+Blue) = 221+247+128=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF780 is #22087F. Grayscale: #E2E2E2. Windows color (decimal): -2230400 or 8452061. OLE color: 8452061.

HSL color Cylindrical-coordinate representation of color #DDF780: hue angle of 73.11º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDF780 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB221247128-
CMYK0.1100.480.03
HSL73.11º88.15%73.53%-
HSV(B)73.11º48.18%96.86%-
XYZ66.9883.4533-
YUV225.6672.89124.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 247 (96.88% from 255) = 41.44%
BLUE value IS 128 (50.39% from 255) = 21.48%
R=37.08%
G=41.44%
B=21.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212471280.1100.480.0373.1188.1573.53
HexDDF780B030349584a
Octal335367200130603111130112
Binary1101110111110111100000001011011000011100100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF780; }

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

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

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

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

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

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

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

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