#DAF668

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

Shades of Mindaro #DAF668

Tints of Mindaro #DAF668

Color information

#DAF668 (or 0xDAF668) is unknown color: approx Mindaro. HEX triplet: DA, F6 and 68. RGB value is (218,246,104). Sum of RGB (Red+Green+Blue) = 218+246+104=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 104 (41.02% from 255 or 18.31% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF668 is #250997. Grayscale: #DDDDDD. Windows color (decimal): -2427288 or 6878938. OLE color: 6878938.

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

Color convert

RGB218246104-
CMYK0.1100.580.04
HSL71.83º88.75%68.63%-
HSV(B)71.83º57.72%96.47%-
XYZ64.3781.8225.5-
YUV221.4461.72125.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 246 (96.48% from 255) = 43.31%
BLUE value IS 104 (41.02% from 255) = 18.31%
R=38.38%
G=43.31%
B=18.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182461040.1100.580.0471.8388.7568.63
HexDAF668B03A4485945
Octal332366150130724110131105
Binary1101101011110110110100010110111010100100100010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF668; }

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

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

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

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

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

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

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

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