#DDFE80

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

Shades of Mindaro #DDFE80

Tints of Mindaro #DDFE80

Color information

#DDFE80 (or 0xDDFE80) is unknown color: approx Mindaro. HEX triplet: DD, FE and 80. RGB value is (221,254,128). Sum of RGB (Red+Green+Blue) = 221+254+128=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE80 is #22017F. Grayscale: #E6E6E6. Windows color (decimal): -2228608 or 8453853. OLE color: 8453853.

HSL color Cylindrical-coordinate representation of color #DDFE80: hue angle of 75.71º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDFE80 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB221254128-
CMYK0.1300.500.00
HSL75.71º98.44%74.9%-
HSV(B)75.71º49.61%99.61%-
XYZ69.1687.8133.73-
YUV229.7770.57121.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 254 (99.61% from 255) = 42.12%
BLUE value IS 128 (50.39% from 255) = 21.23%
R=36.65%
G=42.12%
B=21.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212541280.1300.500.0075.7198.4474.9
HexDDFE80D03204c624b
Octal335376200150620114142113
Binary110111011111111010000000110101100100100110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFE80; }

 p { color: rgb(221,254,128); }

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

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

 a { background-color: rgb(221,254,128); }

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

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

 span { border-color: rgb(221,254,128); }

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