#DAF664

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

Shades of Mindaro #DAF664

Tints of Mindaro #DAF664

Color information

#DAF664 (or 0xDAF664) is unknown color: approx Mindaro. HEX triplet: DA, F6 and 64. RGB value is (218,246,100). Sum of RGB (Red+Green+Blue) = 218+246+100=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 100 (39.45% from 255 or 17.73% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF664 is #25099B. Grayscale: #DDDDDD. Windows color (decimal): -2427292 or 6616794. OLE color: 6616794.

HSL color Cylindrical-coordinate representation of color #DAF664: hue angle of 71.51º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAF664 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB218246100-
CMYK0.1100.590.04
HSL71.51º89.02%67.84%-
HSV(B)71.51º59.35%96.47%-
XYZ64.1781.7424.45-
YUV220.9859.72125.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 246 (96.48% from 255) = 43.62%
BLUE value IS 100 (39.45% from 255) = 17.73%
R=38.65%
G=43.62%
B=17.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182461000.1100.590.0471.5189.0267.84
HexDAF664B03B4485944
Octal332366144130734110131104
Binary1101101011110110110010010110111011100100100010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF664; }

 p { color: rgb(218,246,100); }

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

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

 a { background-color: rgb(218,246,100); }

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

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

 span { border-color: rgb(218,246,100); }

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