#DFFC7F

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

Shades of Mindaro #DFFC7F

Tints of Mindaro #DFFC7F

Color information

#DFFC7F (or 0xDFFC7F) is unknown color: approx Mindaro. HEX triplet: DF, FC and 7F. RGB value is (223,252,127). Sum of RGB (Red+Green+Blue) = 223+252+127=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 127 (50% from 255 or 21.10% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFC7F is #200380. Grayscale: #E5E5E5. Windows color (decimal): -2098049 or 8387807. OLE color: 8387807.

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

Color convert

RGB223252127-
CMYK0.1200.500.01
HSL73.92º95.42%74.31%-
HSV(B)73.92º49.6%98.82%-
XYZ69.0786.8433.2-
YUV229.0870.39123.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 252 (98.83% from 255) = 41.86%
BLUE value IS 127 (50% from 255) = 21.10%
R=37.04%
G=41.86%
B=21.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232521270.1200.500.0173.9295.4274.31
HexDFFC7FC03214a5f4a
Octal337374177140621112137112
Binary11011111111111001111111110001100101100101010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFC7F; }

 p { color: rgb(223,252,127); }

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

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

 a { background-color: rgb(223,252,127); }

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

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

 span { border-color: rgb(223,252,127); }

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