#DDF266

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

Shades of Mindaro #DDF266

Tints of Mindaro #DDF266

Color information

#DDF266 (or 0xDDF266) is unknown color: approx Mindaro. HEX triplet: DD, F2 and 66. RGB value is (221,242,102). Sum of RGB (Red+Green+Blue) = 221+242+102=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 102 (40.23% from 255 or 18.05% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF266 is #220D99. Grayscale: #DCDCDC. Windows color (decimal): -2231706 or 6746845. OLE color: 6746845.

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

Color convert

RGB221242102-
CMYK0.0900.580.05
HSL69º84.34%67.45%-
HSV(B)69º57.85%94.9%-
XYZ63.9779.8424.61-
YUV219.7661.54128.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 242 (94.92% from 255) = 42.83%
BLUE value IS 102 (40.23% from 255) = 18.05%
R=39.12%
G=42.83%
B=18.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421020.0900.580.056984.3467.45
HexDDF266903A5455443
Octal335362146110725105124103
Binary1101110111110010110011010010111010101100010110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF266; }

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

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

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

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

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

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

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

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