#DAFF73

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

Shades of Mindaro #DAFF73

Tints of Mindaro #DAFF73

Color information

#DAFF73 (or 0xDAFF73) is unknown color: approx Mindaro. HEX triplet: DA, FF and 73. RGB value is (218,255,115). Sum of RGB (Red+Green+Blue) = 218+255+115=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 115 (45.31% from 255 or 19.56% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF73 is #25008C. Grayscale: #E4E4E4. Windows color (decimal): -2424973 or 7602138. OLE color: 7602138.

HSL color Cylindrical-coordinate representation of color #DAFF73: hue angle of 75.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAFF73 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB218255115-
CMYK0.1500.550
HSL75.86º100%72.55%-
HSV(B)75.86º54.9%100%-
XYZ67.7787.6629.57-
YUV227.9864.24120.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 255 (100% from 255) = 43.37%
BLUE value IS 115 (45.31% from 255) = 19.56%
R=37.07%
G=43.37%
B=19.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551150.1500.55075.8610072.55
HexDAFF73F03704c6449
Octal332377163170670114144111
Binary11011010111111111110011111101101110100110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF73; }

 p { color: rgb(218,255,115); }

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

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

 a { background-color: rgb(218,255,115); }

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

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

 span { border-color: rgb(218,255,115); }

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