#DAFE6B

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

Shades of Mindaro #DAFE6B

Tints of Mindaro #DAFE6B

Color information

#DAFE6B (or 0xDAFE6B) is unknown color: approx Mindaro. HEX triplet: DA, FE and 6B. RGB value is (218,254,107). Sum of RGB (Red+Green+Blue) = 218+254+107=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 107 (42.19% from 255 or 18.48% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE6B is #250194. Grayscale: #E3E3E3. Windows color (decimal): -2425237 or 7077594. OLE color: 7077594.

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

Color convert

RGB218254107-
CMYK0.1400.580.00
HSL74.69º98.66%70.78%-
HSV(B)74.69º57.87%99.61%-
XYZ67.0186.8527.14-
YUV226.4860.57121.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 254 (99.61% from 255) = 43.87%
BLUE value IS 107 (42.19% from 255) = 18.48%
R=37.65%
G=43.87%
B=18.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541070.1400.580.0074.6998.6670.78
HexDAFE6BE03A04b6347
Octal332376153160720113143107
Binary11011010111111101101011111001110100100101111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFE6B; }

 p { color: rgb(218,254,107); }

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

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

 a { background-color: rgb(218,254,107); }

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

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

 span { border-color: rgb(218,254,107); }

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