#DDF269

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

Shades of Mindaro #DDF269

Tints of Mindaro #DDF269

Color information

#DDF269 (or 0xDDF269) is unknown color: approx Mindaro. HEX triplet: DD, F2 and 69. RGB value is (221,242,105). Sum of RGB (Red+Green+Blue) = 221+242+105=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 105 (41.41% from 255 or 18.49% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF269 is #220D96. Grayscale: #DCDCDC. Windows color (decimal): -2231703 or 6943453. OLE color: 6943453.

HSL color Cylindrical-coordinate representation of color #DDF269: hue angle of 69.2º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDF269 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB221242105-
CMYK0.0900.570.05
HSL69.2º84.05%68.04%-
HSV(B)69.2º56.61%94.9%-
XYZ64.1279.925.41-
YUV220.163.04128.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 242 (94.92% from 255) = 42.61%
BLUE value IS 105 (41.41% from 255) = 18.49%
R=38.91%
G=42.61%
B=18.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421050.0900.570.0569.284.0568.04
HexDDF26990395455444
Octal335362151110715105124104
Binary1101110111110010110100110010111001101100010110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF269; }

 p { color: rgb(221,242,105); }

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

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

 a { background-color: rgb(221,242,105); }

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

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

 span { border-color: rgb(221,242,105); }

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