#DFFC70

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

Shades of Mindaro #DFFC70

Tints of Mindaro #DFFC70

Color information

#DFFC70 (or 0xDFFC70) is unknown color: approx Mindaro. HEX triplet: DF, FC and 70. RGB value is (223,252,112). Sum of RGB (Red+Green+Blue) = 223+252+112=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFC70 is #20038F. Grayscale: #E3E3E3. Windows color (decimal): -2098064 or 7404767. OLE color: 7404767.

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

Color convert

RGB223252112-
CMYK0.1200.560.01
HSL72.43º95.89%71.37%-
HSV(B)72.43º55.56%98.82%-
XYZ68.1786.4828.43-
YUV227.3762.89124.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 252 (98.83% from 255) = 42.93%
BLUE value IS 112 (44.14% from 255) = 19.08%
R=37.99%
G=42.93%
B=19.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232521120.1200.560.0172.4395.8971.37
HexDFFC70C0381486047
Octal337374160140701110140107
Binary11011111111111001110000110001110001100100011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFC70; }

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

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

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

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

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

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

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

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