#DDF281

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

Shades of Mindaro #DDF281

Tints of Mindaro #DDF281

Color information

#DDF281 (or 0xDDF281) is unknown color: approx Mindaro. HEX triplet: DD, F2 and 81. RGB value is (221,242,129). Sum of RGB (Red+Green+Blue) = 221+242+129=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF281 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF281 is #220D7E. Grayscale: #DFDFDF. Windows color (decimal): -2231679 or 8516317. OLE color: 8516317.

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

Color convert

RGB221242129-
CMYK0.0900.470.05
HSL71.15º81.29%72.75%-
HSV(B)71.15º46.69%94.9%-
XYZ65.5380.4632.85-
YUV222.8475.04126.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 242 (94.92% from 255) = 40.88%
BLUE value IS 129 (50.78% from 255) = 21.79%
R=37.33%
G=40.88%
B=21.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421290.0900.470.0571.1581.2972.75
HexDDF281902F5475149
Octal335362201110575107121111
Binary11011101111100101000000110010101111101100011110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF281; }

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

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

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

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

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

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

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

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