#DAFA67

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

Shades of Mindaro #DAFA67

Tints of Mindaro #DAFA67

Color information

#DAFA67 (or 0xDAFA67) is unknown color: approx Mindaro. HEX triplet: DA, FA and 67. RGB value is (218,250,103). Sum of RGB (Red+Green+Blue) = 218+250+103=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 103 (40.62% from 255 or 18.04% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA67 is #250598. Grayscale: #E0E0E0. Windows color (decimal): -2426265 or 6814426. OLE color: 6814426.

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

Color convert

RGB218250103-
CMYK0.1300.590.02
HSL73.06º93.63%69.22%-
HSV(B)73.06º58.8%98.04%-
XYZ65.5584.2625.64-
YUV223.6759.9123.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 250 (98.05% from 255) = 43.78%
BLUE value IS 103 (40.62% from 255) = 18.04%
R=38.18%
G=43.78%
B=18.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182501030.1300.590.0273.0693.6369.22
HexDAFA67D03B2495e45
Octal332372147150732111136105
Binary110110101111101011001111101011101110100100110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFA67; }

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

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

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

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

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

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

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

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