#DDF581

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

Shades of Mindaro #DDF581

Tints of Mindaro #DDF581

Color information

#DDF581 (or 0xDDF581) is unknown color: approx Mindaro. HEX triplet: DD, F5 and 81. RGB value is (221,245,129). Sum of RGB (Red+Green+Blue) = 221+245+129=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF581 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF581 is #220A7E. Grayscale: #E1E1E1. Windows color (decimal): -2230911 or 8517085. OLE color: 8517085.

HSL color Cylindrical-coordinate representation of color #DDF581: hue angle of 72.41º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDF581 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB221245129-
CMYK0.1000.470.04
HSL72.41º85.29%73.33%-
HSV(B)72.41º47.35%96.08%-
XYZ66.4382.2633.15-
YUV224.674.05125.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 245 (96.09% from 255) = 41.18%
BLUE value IS 129 (50.78% from 255) = 21.68%
R=37.14%
G=41.18%
B=21.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212451290.1000.470.0472.4185.2973.33
HexDDF581A02F4485549
Octal335365201120574110125111
Binary11011101111101011000000110100101111100100100010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF581; }

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

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

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

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

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

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

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

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