#DAF478

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

Shades of Mindaro #DAF478

Tints of Mindaro #DAF478

Color information

#DAF478 (or 0xDAF478) is unknown color: approx Mindaro. HEX triplet: DA, F4 and 78. RGB value is (218,244,120). Sum of RGB (Red+Green+Blue) = 218+244+120=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 120 (47.27% from 255 or 20.62% from 582); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF478 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF478 is #250B87. Grayscale: #DEDEDE. Windows color (decimal): -2427784 or 7927002. OLE color: 7927002.

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

Color convert

RGB218244120-
CMYK0.1100.510.04
HSL72.58º84.93%71.37%-
HSV(B)72.58º50.82%95.69%-
XYZ64.6580.9629.99-
YUV222.0970.39125.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 244 (95.70% from 255) = 41.92%
BLUE value IS 120 (47.27% from 255) = 20.62%
R=37.46%
G=41.92%
B=20.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182441200.1100.510.0472.5884.9371.37
HexDAF478B0334495547
Octal332364170130634111125107
Binary1101101011110100111100010110110011100100100110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF478; }

 p { color: rgb(218,244,120); }

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

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

 a { background-color: rgb(218,244,120); }

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

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

 span { border-color: rgb(218,244,120); }

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