Html Css Color HEX #DCFA76 Mindaro

📋 copy color: '#DCFA76'

red 220 ◦ green 250 ◦ blue 118

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

Shades of Mindaro #DCFA76

Tints of Mindaro #DCFA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.07%

R = 37.41%
G = 42.52%
B = 20.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#DCFA76 (or 0xDCFA76) is known color: Mindaro. HEX triplet: DC, FA and 76. RGB value is (220,250,118). Sum of RGB (Red+Green+Blue) = 220+250+118=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 118 (46.48% from 255 or 20.07% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA76 is #230589. Grayscale: #E2E2E2. Windows color (decimal): -2295178 or 7797468. OLE color: 7797468.

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

Color convert

RGB 220 250 118 -
CMYK 0.12 0 0.53 0.02
HSL 73.64º 0.93% 0.72% -
HSV(B) 73.64º 0.53% 0.98% -
XYZ 66.97 84.89 30 -
YUV 225.98 67.06 123.73 -
System Red Green Blue C M Y K H S L
Decimal 220 250 118 0.12 0 0.53 0.02 73.64 0.93 0.72
Hex DC FA 76 C 0 35 2 4A 5D 48
Octal 334 372 166 14 0 65 2 112 135 110
Binary 11011100 11111010 1110110 1100 0 110101 10 1001010 1011101 1001000

Color Harmonies of #DCFA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA76

Black with #DCFA76

Text Example


Text Example

White with #DCFA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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