Html Css Color HEX #DAFA73 Mindaro

📋 copy color: '#DAFA73'

red 218 ◦ green 250 ◦ blue 115

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

Shades of Mindaro #DAFA73

Tints of Mindaro #DAFA73

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.88%

 BLUE value IS 115 (45.31% from 255) = 19.73%

R = 37.39%
G = 42.88%
B = 19.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#DAFA73 (or 0xDAFA73) is known color: Mindaro. HEX triplet: DA, FA and 73. RGB value is (218,250,115). Sum of RGB (Red+Green+Blue) = 218+250+115=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA73 is #25058C. Grayscale: #E1E1E1. Windows color (decimal): -2426253 or 7600858. OLE color: 7600858.

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

Color convert

RGB 218 250 115 -
CMYK 0.13 0 0.54 0.02
HSL 74.22º 0.93% 0.72% -
HSV(B) 74.22º 0.54% 0.98% -
XYZ 66.19 84.51 29.04 -
YUV 225.04 65.9 122.98 -
System Red Green Blue C M Y K H S L
Decimal 218 250 115 0.13 0 0.54 0.02 74.22 0.93 0.72
Hex DA FA 73 D 0 36 2 4A 5D 48
Octal 332 372 163 15 0 66 2 112 135 110
Binary 11011010 11111010 1110011 1101 0 110110 10 1001010 1011101 1001000

Color Harmonies of #DAFA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA73

Black with #DAFA73

Text Example


Text Example

White with #DAFA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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