#DAFF72

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

Shades of Mindaro #DAFF72

Tints of Mindaro #DAFF72

Color information

#DAFF72 (or 0xDAFF72) is unknown color: approx Mindaro. HEX triplet: DA, FF and 72. RGB value is (218,255,114). Sum of RGB (Red+Green+Blue) = 218+255+114=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 114 (44.92% from 255 or 19.42% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF72 is #25008D. Grayscale: #E4E4E4. Windows color (decimal): -2424974 or 7536602. OLE color: 7536602.

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

Color convert

RGB218255114-
CMYK0.1500.550
HSL75.74º100%72.35%-
HSV(B)75.74º55.29%100%-
XYZ67.7187.6429.27-
YUV227.8663.74120.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 255 (100% from 255) = 43.44%
BLUE value IS 114 (44.92% from 255) = 19.42%
R=37.14%
G=43.44%
B=19.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551140.1500.55075.7410072.35
HexDAFF72F03704c6448
Octal332377162170670114144110
Binary11011010111111111110010111101101110100110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF72; }

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

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

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

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

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

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

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

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