#DDFE7C

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

Shades of Mindaro #DDFE7C

Tints of Mindaro #DDFE7C

Color information

#DDFE7C (or 0xDDFE7C) is unknown color: approx Mindaro. HEX triplet: DD, FE and 7C. RGB value is (221,254,124). Sum of RGB (Red+Green+Blue) = 221+254+124=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 124 (48.83% from 255 or 20.70% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE7C is #220183. Grayscale: #E5E5E5. Windows color (decimal): -2228612 or 8191709. OLE color: 8191709.

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

Color convert

RGB221254124-
CMYK0.1300.510.00
HSL75.23º98.48%74.12%-
HSV(B)75.23º51.18%99.61%-
XYZ68.987.7132.37-
YUV229.3168.57122.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 254 (99.61% from 255) = 42.40%
BLUE value IS 124 (48.83% from 255) = 20.70%
R=36.89%
G=42.40%
B=20.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212541240.1300.510.0075.2398.4874.12
HexDDFE7CD03304b624a
Octal335376174150630113142112
Binary11011101111111101111100110101100110100101111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFE7C; }

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

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

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

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

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

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

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

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