#DDFC81

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

Shades of Mindaro #DDFC81

Tints of Mindaro #DDFC81

Color information

#DDFC81 (or 0xDDFC81) is unknown color: approx Mindaro. HEX triplet: DD, FC and 81. RGB value is (221,252,129). Sum of RGB (Red+Green+Blue) = 221+252+129=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 129 (50.78% from 255 or 21.43% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC81 is #22037E. Grayscale: #E5E5E5. Windows color (decimal): -2229119 or 8518877. OLE color: 8518877.

HSL color Cylindrical-coordinate representation of color #DDFC81: hue angle of 75.12º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDFC81 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB221252129-
CMYK0.1200.490.01
HSL75.12º95.35%74.71%-
HSV(B)75.12º48.81%98.82%-
XYZ68.5986.5833.86-
YUV228.7171.73122.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 252 (98.83% from 255) = 41.86%
BLUE value IS 129 (50.78% from 255) = 21.43%
R=36.71%
G=41.86%
B=21.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212521290.1200.490.0175.1295.3574.71
HexDDFC81C03114b5f4b
Octal335374201140611113137113
Binary110111011111110010000001110001100011100101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFC81; }

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

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

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

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

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

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

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

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