#DAF165

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

Shades of Mindaro #DAF165

Tints of Mindaro #DAF165

Color information

#DAF165 (or 0xDAF165) is unknown color: approx Mindaro. HEX triplet: DA, F1 and 65. RGB value is (218,241,101). Sum of RGB (Red+Green+Blue) = 218+241+101=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF165 is #250E9A. Grayscale: #DADADA. Windows color (decimal): -2428571 or 6681050. OLE color: 6681050.

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

Color convert

RGB218241101-
CMYK0.1000.580.05
HSL69.86º83.33%67.06%-
HSV(B)69.86º58.09%94.51%-
XYZ62.7278.7624.21-
YUV218.1661.88127.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 241 (94.53% from 255) = 43.04%
BLUE value IS 101 (39.84% from 255) = 18.04%
R=38.93%
G=43.04%
B=18.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411010.1000.580.0569.8683.3367.06
HexDAF165A03A5465343
Octal332361145120725106123103
Binary1101101011110001110010110100111010101100011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF165; }

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

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

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

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

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

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

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

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