#DAFF70

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

Shades of Mindaro #DAFF70

Tints of Mindaro #DAFF70

Color information

#DAFF70 (or 0xDAFF70) is unknown color: approx Mindaro. HEX triplet: DA, FF and 70. RGB value is (218,255,112). Sum of RGB (Red+Green+Blue) = 218+255+112=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF70 is #25008F. Grayscale: #E4E4E4. Windows color (decimal): -2424976 or 7405530. OLE color: 7405530.

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

Color convert

RGB218255112-
CMYK0.1500.560
HSL75.52º100%71.96%-
HSV(B)75.52º56.08%100%-
XYZ67.687.628.67-
YUV227.6462.74121.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 255 (100% from 255) = 43.59%
BLUE value IS 112 (44.14% from 255) = 19.15%
R=37.26%
G=43.59%
B=19.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551120.1500.56075.5210071.96
HexDAFF70F03804c6448
Octal332377160170700114144110
Binary11011010111111111110000111101110000100110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF70; }

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

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

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

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

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

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

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

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