#DFFE64

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

Shades of Mindaro #DFFE64

Tints of Mindaro #DFFE64

Color information

#DFFE64 (or 0xDFFE64) is unknown color: approx Mindaro. HEX triplet: DF, FE and 64. RGB value is (223,254,100). Sum of RGB (Red+Green+Blue) = 223+254+100=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 100 (39.45% from 255 or 17.33% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFE64 is #20019B. Grayscale: #E3E3E3. Windows color (decimal): -2097564 or 6618847. OLE color: 6618847.

HSL color Cylindrical-coordinate representation of color #DFFE64: hue angle of 72.08º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFFE64 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB223254100-
CMYK0.1200.610.00
HSL72.08º98.72%69.41%-
HSV(B)72.08º60.63%99.61%-
XYZ68.1787.4925.35-
YUV227.1856.23125.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 254 (99.61% from 255) = 44.02%
BLUE value IS 100 (39.45% from 255) = 17.33%
R=38.65%
G=44.02%
B=17.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232541000.1200.610.0072.0898.7269.41
HexDFFE64C03D0486345
Octal337376144140750110143105
Binary11011111111111101100100110001111010100100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFE64; }

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

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

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

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

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

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

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

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