Html Css Color HEX #DCFA73 Mindaro

📋 copy color: '#DCFA73'

red 220 ◦ green 250 ◦ blue 115

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

Shades of Mindaro #DCFA73

Tints of Mindaro #DCFA73

RGB

 RED value IS 220 (86.33% from 255) = 37.61%

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

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

R = 37.61%
G = 42.74%
B = 19.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#DCFA73 (or 0xDCFA73) is known color: Mindaro. HEX triplet: DC, FA and 73. RGB value is (220,250,115). Sum of RGB (Red+Green+Blue) = 220+250+115=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 115 (45.31% from 255 or 19.66% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA73 is #23058C. Grayscale: #E2E2E2. Windows color (decimal): -2295181 or 7600860. OLE color: 7600860.

HSL color Cylindrical-coordinate representation of color #DCFA73: hue angle of 73.33º 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 #DCFA73 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 115 -
CMYK 0.12 0 0.54 0.02
HSL 73.33º 0.93% 0.72% -
HSV(B) 73.33º 0.54% 0.98% -
XYZ 66.8 84.82 29.07 -
YUV 225.64 65.56 123.98 -
System Red Green Blue C M Y K H S L
Decimal 220 250 115 0.12 0 0.54 0.02 73.33 0.93 0.72
Hex DC FA 73 C 0 36 2 49 5D 48
Octal 334 372 163 14 0 66 2 111 135 110
Binary 11011100 11111010 1110011 1100 0 110110 10 1001001 1011101 1001000

Color Harmonies of #DCFA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA73

Black with #DCFA73

Text Example


Text Example

White with #DCFA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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