#DDF081

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

Shades of Mindaro #DDF081

Tints of Mindaro #DDF081

Color information

#DDF081 (or 0xDDF081) is unknown color: approx Mindaro. HEX triplet: DD, F0 and 81. RGB value is (221,240,129). Sum of RGB (Red+Green+Blue) = 221+240+129=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 129 (50.78% from 255 or 21.86% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF081 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF081 is #220F7E. Grayscale: #DEDEDE. Windows color (decimal): -2232191 or 8515805. OLE color: 8515805.

HSL color Cylindrical-coordinate representation of color #DDF081: hue angle of 70.27º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDF081 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB221240129-
CMYK0.0800.460.06
HSL70.27º78.72%72.35%-
HSV(B)70.27º46.25%94.12%-
XYZ64.9479.2832.65-
YUV221.6675.71127.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 240 (94.14% from 255) = 40.68%
BLUE value IS 129 (50.78% from 255) = 21.86%
R=37.46%
G=40.68%
B=21.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212401290.0800.460.0670.2778.7272.35
HexDDF081802E6464f48
Octal335360201100566106117110
Binary11011101111100001000000110000101110110100011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF081; }

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

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

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

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

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

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

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

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