#daf574

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

Shades of Mindaro #DAF574

Tints of Mindaro #DAF574

Color information

#DAF574 (or 0xDAF574) is unknown color: approx Mindaro. HEX triplet: DA, F5 and 74. RGB value is (218,245,116). Sum of RGB (Red+Green+Blue) = 218+245+116=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF574 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF574 is #250A8B. Grayscale: #DEDEDE. Windows color (decimal): -2427532 or 7665114. OLE color: 7665114.

HSL color Cylindrical-coordinate representation of color #DAF574: hue angle of 72.56º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAF574 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB218245116-
CMYK0.1100.530.04
HSL72.56º86.58%70.78%-
HSV(B)72.56º52.65%96.08%-
XYZ64.7281.4728.84-
YUV222.2268.05124.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 245 (96.09% from 255) = 42.31%
BLUE value IS 116 (45.70% from 255) = 20.03%
R=37.65%
G=42.31%
B=20.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182451160.1100.530.0472.5686.5870.78
HexDAF574B0354495747
Octal332365164130654111127107
Binary1101101011110101111010010110110101100100100110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #daf574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #daf574; }

 p { color: rgb(218,245,116); }

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

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

 a { background-color: rgb(218,245,116); }

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

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

 span { border-color: rgb(218,245,116); }

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