#DAFC69

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

Shades of Mindaro #DAFC69

Tints of Mindaro #DAFC69

Color information

#DAFC69 (or 0xDAFC69) is unknown color: approx Mindaro. HEX triplet: DA, FC and 69. RGB value is (218,252,105). Sum of RGB (Red+Green+Blue) = 218+252+105=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 105 (41.41% from 255 or 18.26% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC69 is #250396. Grayscale: #E1E1E1. Windows color (decimal): -2425751 or 6946010. OLE color: 6946010.

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

Color convert

RGB218252105-
CMYK0.1300.580.01
HSL73.88º96.08%70%-
HSV(B)73.88º58.33%98.82%-
XYZ66.2785.5526.38-
YUV225.0860.24122.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 252 (98.83% from 255) = 43.83%
BLUE value IS 105 (41.41% from 255) = 18.26%
R=37.91%
G=43.83%
B=18.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521050.1300.580.0173.8896.0870
HexDAFC69D03A14a6046
Octal332374151150721112140106
Binary11011010111111001101001110101110101100101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFC69; }

 p { color: rgb(218,252,105); }

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

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

 a { background-color: rgb(218,252,105); }

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

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

 span { border-color: rgb(218,252,105); }

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