#DAFF78

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

Shades of Mindaro #DAFF78

Tints of Mindaro #DAFF78

Color information

#DAFF78 (or 0xDAFF78) is unknown color: approx Mindaro. HEX triplet: DA, FF and 78. RGB value is (218,255,120). Sum of RGB (Red+Green+Blue) = 218+255+120=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 120 (47.27% from 255 or 20.24% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF78 is #250087. Grayscale: #E5E5E5. Windows color (decimal): -2424968 or 7929818. OLE color: 7929818.

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

Color convert

RGB218255120-
CMYK0.1500.530
HSL76.44º100%73.53%-
HSV(B)76.44º52.94%100%-
XYZ68.0687.7831.13-
YUV228.5566.74120.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 255 (100% from 255) = 43.00%
BLUE value IS 120 (47.27% from 255) = 20.24%
R=36.76%
G=43.00%
B=20.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551200.1500.53076.4410073.53
HexDAFF78F03504c644a
Octal332377170170650114144112
Binary11011010111111111111000111101101010100110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF78; }

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

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

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

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

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

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

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

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