Html Css Color HEX #DAF959 Mindaro

📋 copy color: '#DAF959'

red 218 ◦ green 249 ◦ blue 89

#DAF959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DAF959

Tints of Mindaro #DAF959

RGB

 RED value IS 218 (85.55% from 255) = 39.21%

 GREEN value IS 249 (97.66% from 255) = 44.78%

 BLUE value IS 89 (35.16% from 255) = 16.01%

R = 39.21%
G = 44.78%
B = 16.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#DAF959 (or 0xDAF959) is known color: Mindaro. HEX triplet: DA, F9 and 59. RGB value is (218,249,89). Sum of RGB (Red+Green+Blue) = 218+249+89=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 89 (35.16% from 255 or 16.01% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF959 is #2506A6. Grayscale: #DEDEDE. Windows color (decimal): -2426535 or 5896666. OLE color: 5896666.

HSL color Cylindrical-coordinate representation of color #DAF959: hue angle of 71.62º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAF959 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 89 -
CMYK 0.12 0 0.64 0.02
HSL 71.63º 0.93% 0.66% -
HSV(B) 71.63º 0.64% 0.98% -
XYZ 64.59 83.38 22.14 -
YUV 221.49 53.23 125.51 -
System Red Green Blue C M Y K H S L
Decimal 218 249 89 0.12 0 0.64 0.02 71.63 0.93 0.66
Hex DA F9 59 C 0 40 2 48 5D 42
Octal 332 371 131 14 0 100 2 110 135 102
Binary 11011010 11111001 1011001 1100 0 1000000 10 1001000 1011101 1000010

Color Harmonies of #DAF959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF959

Black with #DAF959

Text Example


Text Example

White with #DAF959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF959; }

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

 H1.HeaderClassName
 {
   color: #DAF959;
 }
 .AnyTagClassName
 {
   color: #DAF959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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