#DAF168

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

Shades of Mindaro #DAF168

Tints of Mindaro #DAF168

Color information

#DAF168 (or 0xDAF168) is unknown color: approx Mindaro. HEX triplet: DA, F1 and 68. RGB value is (218,241,104). Sum of RGB (Red+Green+Blue) = 218+241+104=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF168 is #250E97. Grayscale: #DBDBDB. Windows color (decimal): -2428568 or 6877658. OLE color: 6877658.

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

Color convert

RGB218241104-
CMYK0.1000.570.05
HSL70.07º83.03%67.65%-
HSV(B)70.07º56.85%94.51%-
XYZ62.8778.8225-
YUV218.563.38127.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 241 (94.53% from 255) = 42.81%
BLUE value IS 104 (41.02% from 255) = 18.47%
R=38.72%
G=42.81%
B=18.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411040.1000.570.0570.0783.0367.65
HexDAF168A0395465344
Octal332361150120715106123104
Binary1101101011110001110100010100111001101100011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF168; }

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

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

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

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

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

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

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

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