#DDF16D

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

Shades of Mindaro #DDF16D

Tints of Mindaro #DDF16D

Color information

#DDF16D (or 0xDDF16D) is unknown color: approx Mindaro. HEX triplet: DD, F1 and 6D. RGB value is (221,241,109). Sum of RGB (Red+Green+Blue) = 221+241+109=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 109 (42.97% from 255 or 19.09% from 571); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF16D is #220E92. Grayscale: #DCDCDC. Windows color (decimal): -2231955 or 7205341. OLE color: 7205341.

HSL color Cylindrical-coordinate representation of color #DDF16D: hue angle of 69.09º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDF16D is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB221241109-
CMYK0.0800.550.05
HSL69.09º82.5%68.63%-
HSV(B)69.09º54.77%94.51%-
XYZ64.0379.3926.42-
YUV219.9765.37128.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 241 (94.53% from 255) = 42.21%
BLUE value IS 109 (42.97% from 255) = 19.09%
R=38.70%
G=42.21%
B=19.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411090.0800.550.0569.0982.568.63
HexDDF16D80375455245
Octal335361155100675105122105
Binary1101110111110001110110110000110111101100010110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF16D; }

 p { color: rgb(221,241,109); }

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

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

 a { background-color: rgb(221,241,109); }

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

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

 span { border-color: rgb(221,241,109); }

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