#DDF16B

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

Shades of Mindaro #DDF16B

Tints of Mindaro #DDF16B

Color information

#DDF16B (or 0xDDF16B) is unknown color: approx Mindaro. HEX triplet: DD, F1 and 6B. RGB value is (221,241,107). Sum of RGB (Red+Green+Blue) = 221+241+107=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 107 (42.19% from 255 or 18.80% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF16B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF16B is #220E94. Grayscale: #DCDCDC. Windows color (decimal): -2231957 or 7074269. OLE color: 7074269.

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

Color convert

RGB221241107-
CMYK0.0800.560.05
HSL68.96º82.72%68.24%-
HSV(B)68.96º55.6%94.51%-
XYZ63.9379.3425.86-
YUV219.7464.37128.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 241 (94.53% from 255) = 42.36%
BLUE value IS 107 (42.19% from 255) = 18.80%
R=38.84%
G=42.36%
B=18.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411070.0800.560.0568.9682.7268.24
HexDDF16B80385455344
Octal335361153100705105123104
Binary1101110111110001110101110000111000101100010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF16B; }

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

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

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

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

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

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

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

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