#DAFF60

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

Shades of Mindaro #DAFF60

Tints of Mindaro #DAFF60

Color information

#DAFF60 (or 0xDAFF60) is unknown color: approx Mindaro. HEX triplet: DA, FF and 60. RGB value is (218,255,96). Sum of RGB (Red+Green+Blue) = 218+255+96=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 96 (37.89% from 255 or 16.87% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF60 is #25009F. Grayscale: #E2E2E2. Windows color (decimal): -2424992 or 6356954. OLE color: 6356954.

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

Color convert

RGB21825596-
CMYK0.1500.620
HSL73.96º100%68.82%-
HSV(B)73.96º62.35%100%-
XYZ66.7887.2724.39-
YUV225.8154.74122.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 255 (100% from 255) = 44.82%
BLUE value IS 96 (37.89% from 255) = 16.87%
R=38.31%
G=44.82%
B=16.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal218255960.1500.62073.9610068.82
HexDAFF60F03E04a6445
Octal332377140170760112144105
Binary11011010111111111100000111101111100100101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF60; }

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

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

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

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

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

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

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

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