#DDF181

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

Shades of Mindaro #DDF181

Tints of Mindaro #DDF181

Color information

#DDF181 (or 0xDDF181) is unknown color: approx Mindaro. HEX triplet: DD, F1 and 81. RGB value is (221,241,129). Sum of RGB (Red+Green+Blue) = 221+241+129=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 129 (50.78% from 255 or 21.83% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF181 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF181 is #220E7E. Grayscale: #DEDEDE. Windows color (decimal): -2231935 or 8516061. OLE color: 8516061.

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

Color convert

RGB221241129-
CMYK0.0800.460.05
HSL70.71º80%72.55%-
HSV(B)70.71º46.47%94.51%-
XYZ65.2479.8732.75-
YUV222.2575.37127.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 241 (94.53% from 255) = 40.78%
BLUE value IS 129 (50.78% from 255) = 21.83%
R=37.39%
G=40.78%
B=21.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411290.0800.460.0570.718072.55
HexDDF181802E5475049
Octal335361201100565107120111
Binary11011101111100011000000110000101110101100011110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF181; }

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

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

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

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

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

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

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

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