#DFFC64

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

Shades of Mindaro #DFFC64

Tints of Mindaro #DFFC64

Color information

#DFFC64 (or 0xDFFC64) is unknown color: approx Mindaro. HEX triplet: DF, FC and 64. RGB value is (223,252,100). Sum of RGB (Red+Green+Blue) = 223+252+100=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 100 (39.45% from 255 or 17.39% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFC64 is #20039B. Grayscale: #E2E2E2. Windows color (decimal): -2098076 or 6618335. OLE color: 6618335.

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

Color convert

RGB223252100-
CMYK0.1200.600.01
HSL71.45º96.2%69.02%-
HSV(B)71.45º60.32%98.82%-
XYZ67.5486.2325.14-
YUV22656.89125.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 252 (98.83% from 255) = 43.83%
BLUE value IS 100 (39.45% from 255) = 17.39%
R=38.78%
G=43.83%
B=17.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232521000.1200.600.0171.4596.269.02
HexDFFC64C03C1476045
Octal337374144140741107140105
Binary11011111111111001100100110001111001100011111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFC64; }

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

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

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

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

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

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

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

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