#DAF76A

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

Shades of Mindaro #DAF76A

Tints of Mindaro #DAF76A

Color information

#DAF76A (or 0xDAF76A) is unknown color: approx Mindaro. HEX triplet: DA, F7 and 6A. RGB value is (218,247,106). Sum of RGB (Red+Green+Blue) = 218+247+106=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 106 (41.80% from 255 or 18.56% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF76A is #250895. Grayscale: #DEDEDE. Windows color (decimal): -2427030 or 7010266. OLE color: 7010266.

HSL color Cylindrical-coordinate representation of color #DAF76A: hue angle of 72.34º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAF76A is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB218247106-
CMYK0.1200.570.03
HSL72.34º89.81%69.22%-
HSV(B)72.34º57.09%96.86%-
XYZ64.7882.4726.14-
YUV222.2662.39124.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 247 (96.88% from 255) = 43.26%
BLUE value IS 106 (41.80% from 255) = 18.56%
R=38.18%
G=43.26%
B=18.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182471060.1200.570.0372.3489.8169.22
HexDAF76AC0393485a45
Octal332367152140713110132105
Binary110110101111011111010101100011100111100100010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF76A; }

 p { color: rgb(218,247,106); }

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

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

 a { background-color: rgb(218,247,106); }

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

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

 span { border-color: rgb(218,247,106); }

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