#DAF16A

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

Shades of Mindaro #DAF16A

Tints of Mindaro #DAF16A

Color information

#DAF16A (or 0xDAF16A) is unknown color: approx Mindaro. HEX triplet: DA, F1 and 6A. RGB value is (218,241,106). Sum of RGB (Red+Green+Blue) = 218+241+106=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF16A is #250E95. Grayscale: #DBDBDB. Windows color (decimal): -2428566 or 7008730. OLE color: 7008730.

HSL color Cylindrical-coordinate representation of color #DAF16A: hue angle of 70.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAF16A is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB218241106-
CMYK0.1000.560.05
HSL70.22º82.82%68.04%-
HSV(B)70.22º56.02%94.51%-
XYZ62.9778.8625.54-
YUV218.7364.38127.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 241 (94.53% from 255) = 42.65%
BLUE value IS 106 (41.80% from 255) = 18.76%
R=38.58%
G=42.65%
B=18.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411060.1000.560.0570.2282.8268.04
HexDAF16AA0385465344
Octal332361152120705106123104
Binary1101101011110001110101010100111000101100011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF16A; }

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

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

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

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

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

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

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

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