#DAFC7F

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

Shades of Mindaro #DAFC7F

Tints of Mindaro #DAFC7F

Color information

#DAFC7F (or 0xDAFC7F) is unknown color: approx Mindaro. HEX triplet: DA, FC and 7F. RGB value is (218,252,127). Sum of RGB (Red+Green+Blue) = 218+252+127=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 127 (50% from 255 or 21.27% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC7F is #250380. Grayscale: #E4E4E4. Windows color (decimal): -2425729 or 8387802. OLE color: 8387802.

HSL color Cylindrical-coordinate representation of color #DAFC7F: hue angle of 76.32º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAFC7F is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB218252127-
CMYK0.1300.500.01
HSL76.32º95.42%74.31%-
HSV(B)76.32º49.6%98.82%-
XYZ67.5586.0633.13-
YUV227.5871.24121.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 252 (98.83% from 255) = 42.21%
BLUE value IS 127 (50% from 255) = 21.27%
R=36.52%
G=42.21%
B=21.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521270.1300.500.0176.3295.4274.31
HexDAFC7FD03214c5f4a
Octal332374177150621114137112
Binary11011010111111001111111110101100101100110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFC7F; }

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

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

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

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

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

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

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

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