Html Css Color HEX #DCFA80 Mindaro

📋 copy color: '#DCFA80'

red 220 ◦ green 250 ◦ blue 128

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

Shades of Mindaro #DCFA80

Tints of Mindaro #DCFA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.4%

R = 36.79%
G = 41.81%
B = 21.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#DCFA80 (or 0xDCFA80) is known color: Mindaro. HEX triplet: DC, FA and 80. RGB value is (220,250,128). Sum of RGB (Red+Green+Blue) = 220+250+128=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFA80 is #23057F. Grayscale: #E3E3E3. Windows color (decimal): -2295168 or 8452828. OLE color: 8452828.

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

Color convert

RGB 220 250 128 -
CMYK 0.12 0 0.49 0.02
HSL 74.75º 0.92% 0.74% -
HSV(B) 74.75º 0.49% 0.98% -
XYZ 67.6 85.15 33.29 -
YUV 227.12 72.06 122.92 -
System Red Green Blue C M Y K H S L
Decimal 220 250 128 0.12 0 0.49 0.02 74.75 0.92 0.74
Hex DC FA 80 C 0 31 2 4B 5C 4A
Octal 334 372 200 14 0 61 2 113 134 112
Binary 11011100 11111010 10000000 1100 0 110001 10 1001011 1011100 1001010

Color Harmonies of #DCFA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA80

Black with #DCFA80

Text Example


Text Example

White with #DCFA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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