#DAFE71

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

Shades of Mindaro #DAFE71

Tints of Mindaro #DAFE71

Color information

#DAFE71 (or 0xDAFE71) is unknown color: approx Mindaro. HEX triplet: DA, FE and 71. RGB value is (218,254,113). Sum of RGB (Red+Green+Blue) = 218+254+113=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 113 (44.53% from 255 or 19.32% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE71 is #25018E. Grayscale: #E3E3E3. Windows color (decimal): -2425231 or 7470810. OLE color: 7470810.

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

Color convert

RGB218254113-
CMYK0.1400.560.00
HSL75.32º98.6%71.96%-
HSV(B)75.32º55.51%99.61%-
XYZ67.3486.9828.86-
YUV227.1663.57121.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 254 (99.61% from 255) = 43.42%
BLUE value IS 113 (44.53% from 255) = 19.32%
R=37.26%
G=43.42%
B=19.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541130.1400.560.0075.3298.671.96
HexDAFE71E03804b6348
Octal332376161160700113143110
Binary11011010111111101110001111001110000100101111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFE71; }

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

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

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

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

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

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

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

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