Html Css Color HEX #DCFD80 Mindaro

📋 copy color: '#DCFD80'

red 220 ◦ green 253 ◦ blue 128

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

Shades of Mindaro #DCFD80

Tints of Mindaro #DCFD80

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.1%

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

R = 36.61%
G = 42.1%
B = 21.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#DCFD80 (or 0xDCFD80) is known color: Mindaro. HEX triplet: DC, FD and 80. RGB value is (220,253,128). Sum of RGB (Red+Green+Blue) = 220+253+128=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 128 (50.39% from 255 or 21.30% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD80 is #23027F. Grayscale: #E5E5E5. Windows color (decimal): -2294400 or 8453596. OLE color: 8453596.

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

Color convert

RGB 220 253 128 -
CMYK 0.13 0 0.49 0.01
HSL 75.84º 0.97% 0.75% -
HSV(B) 75.84º 0.49% 0.99% -
XYZ 68.54 87.02 33.61 -
YUV 228.88 71.07 121.66 -
System Red Green Blue C M Y K H S L
Decimal 220 253 128 0.13 0 0.49 0.01 75.84 0.97 0.75
Hex DC FD 80 D 0 31 1 4C 61 4B
Octal 334 375 200 15 0 61 1 114 141 113
Binary 11011100 11111101 10000000 1101 0 110001 1 1001100 1100001 1001011

Color Harmonies of #DCFD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD80

Black with #DCFD80

Text Example


Text Example

White with #DCFD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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