#DDF682

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

Shades of Mindaro #DDF682

Tints of Mindaro #DDF682

Color information

#DDF682 (or 0xDDF682) is unknown color: approx Mindaro. HEX triplet: DD, F6 and 82. RGB value is (221,246,130). Sum of RGB (Red+Green+Blue) = 221+246+130=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 130 (51.17% from 255 or 21.78% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF682 is #22097D. Grayscale: #E1E1E1. Windows color (decimal): -2230654 or 8582877. OLE color: 8582877.

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

Color convert

RGB221246130-
CMYK0.1000.470.04
HSL72.93º86.57%73.73%-
HSV(B)72.93º47.15%96.47%-
XYZ66.882.933.6-
YUV225.374.22124.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 246 (96.48% from 255) = 41.21%
BLUE value IS 130 (51.17% from 255) = 21.78%
R=37.02%
G=41.21%
B=21.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212461300.1000.470.0472.9386.5773.73
HexDDF682A02F449574a
Octal335366202120574111127112
Binary11011101111101101000001010100101111100100100110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF682; }

 p { color: rgb(221,246,130); }

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

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

 a { background-color: rgb(221,246,130); }

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

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

 span { border-color: rgb(221,246,130); }

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