#DAF87C

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

Shades of Mindaro #DAF87C

Tints of Mindaro #DAF87C

Color information

#DAF87C (or 0xDAF87C) is unknown color: approx Mindaro. HEX triplet: DA, F8 and 7C. RGB value is (218,248,124). Sum of RGB (Red+Green+Blue) = 218+248+124=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF87C is #250783. Grayscale: #E1E1E1. Windows color (decimal): -2426756 or 8190170. OLE color: 8190170.

HSL color Cylindrical-coordinate representation of color #DAF87C: hue angle of 74.52º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAF87C is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.

Color convert

RGB218248124-
CMYK0.1200.50.03
HSL74.52º89.86%72.94%-
HSV(B)74.52º50%97.25%-
XYZ66.1283.531.7-
YUV224.8971.06123.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 248 (97.27% from 255) = 42.03%
BLUE value IS 124 (48.83% from 255) = 21.02%
R=36.95%
G=42.03%
B=21.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182481240.1200.50.0374.5289.8672.94
HexDAF87CC03234b5a49
Octal332370174140623113132111
Binary110110101111100011111001100011001011100101110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF87C; }

 p { color: rgb(218,248,124); }

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

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

 a { background-color: rgb(218,248,124); }

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

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

 span { border-color: rgb(218,248,124); }

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