#DAFA62

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

Shades of Mindaro #DAFA62

Tints of Mindaro #DAFA62

Color information

#DAFA62 (or 0xDAFA62) is unknown color: approx Mindaro. HEX triplet: DA, FA and 62. RGB value is (218,250,98). Sum of RGB (Red+Green+Blue) = 218+250+98=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 98 (38.67% from 255 or 17.31% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA62 is #25059D. Grayscale: #DFDFDF. Windows color (decimal): -2426270 or 6486746. OLE color: 6486746.

HSL color Cylindrical-coordinate representation of color #DAFA62: hue angle of 72.63º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAFA62 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB21825098-
CMYK0.1300.610.02
HSL72.63º93.83%68.24%-
HSV(B)72.63º60.8%98.04%-
XYZ65.384.1624.36-
YUV223.157.4124.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 250 (98.05% from 255) = 44.17%
BLUE value IS 98 (38.67% from 255) = 17.31%
R=38.52%
G=44.17%
B=17.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218250980.1300.610.0272.6393.8368.24
HexDAFA62D03D2495e44
Octal332372142150752111136104
Binary110110101111101011000101101011110110100100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFA62; }

 p { color: rgb(218,250,98); }

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

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

 a { background-color: rgb(218,250,98); }

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

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

 span { border-color: rgb(218,250,98); }

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