#DAF259

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

Shades of Mindaro #DAF259

Tints of Mindaro #DAF259

Color information

#DAF259 (or 0xDAF259) is unknown color: approx Mindaro. HEX triplet: DA, F2 and 59. RGB value is (218,242,89). Sum of RGB (Red+Green+Blue) = 218+242+89=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 89 (35.16% from 255 or 16.21% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF259 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF259 is #250DA6. Grayscale: #D9D9D9. Windows color (decimal): -2428327 or 5894874. OLE color: 5894874.

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

Color convert

RGB21824289-
CMYK0.1000.630.05
HSL69.41º85.47%64.9%-
HSV(B)69.41º63.22%94.9%-
XYZ62.4779.1321.43-
YUV217.3855.55128.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 242 (94.92% from 255) = 44.08%
BLUE value IS 89 (35.16% from 255) = 16.21%
R=39.71%
G=44.08%
B=16.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal218242890.1000.630.0569.4185.4764.9
HexDAF259A03F5455541
Octal332362131120775105125101
Binary1101101011110010101100110100111111101100010110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF259; }

 p { color: rgb(218,242,89); }

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

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

 a { background-color: rgb(218,242,89); }

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

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

 span { border-color: rgb(218,242,89); }

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