Html Css Color HEX #DAFC73 Mindaro

📋 copy color: '#DAFC73'

red 218 ◦ green 252 ◦ blue 115

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

Shades of Mindaro #DAFC73

Tints of Mindaro #DAFC73

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.08%

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

R = 37.26%
G = 43.08%
B = 19.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#DAFC73 (or 0xDAFC73) is known color: Mindaro. HEX triplet: DA, FC and 73. RGB value is (218,252,115). Sum of RGB (Red+Green+Blue) = 218+252+115=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 115 (45.31% from 255 or 19.66% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFC73 is #25038C. Grayscale: #E2E2E2. Windows color (decimal): -2425741 or 7601370. OLE color: 7601370.

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

Color convert

RGB 218 252 115 -
CMYK 0.13 0 0.54 0.01
HSL 74.89º 0.96% 0.72% -
HSV(B) 74.89º 0.54% 0.99% -
XYZ 66.82 85.76 29.25 -
YUV 226.22 65.24 122.14 -
System Red Green Blue C M Y K H S L
Decimal 218 252 115 0.13 0 0.54 0.01 74.89 0.96 0.72
Hex DA FC 73 D 0 36 1 4B 60 48
Octal 332 374 163 15 0 66 1 113 140 110
Binary 11011010 11111100 1110011 1101 0 110110 1 1001011 1100000 1001000

Color Harmonies of #DAFC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC73

Black with #DAFC73

Text Example


Text Example

White with #DAFC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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