#DDF086

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

Shades of Mindaro #DDF086

Tints of Mindaro #DDF086

Color information

#DDF086 (or 0xDDF086) is unknown color: approx Mindaro. HEX triplet: DD, F0 and 86. RGB value is (221,240,134). Sum of RGB (Red+Green+Blue) = 221+240+134=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 134 (52.73% from 255 or 22.52% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF086 is #220F79. Grayscale: #DEDEDE. Windows color (decimal): -2232186 or 8843485. OLE color: 8843485.

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

Color convert

RGB221240134-
CMYK0.0800.440.06
HSL70.75º77.94%73.33%-
HSV(B)70.75º44.17%94.12%-
XYZ65.2879.4134.44-
YUV222.2478.21127.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 240 (94.14% from 255) = 40.34%
BLUE value IS 134 (52.73% from 255) = 22.52%
R=37.14%
G=40.34%
B=22.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212401340.0800.440.0670.7577.9473.33
HexDDF086802C6474e49
Octal335360206100546107116111
Binary11011101111100001000011010000101100110100011110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF086; }

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

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

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

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

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

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

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

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