Html Css Color HEX #DCFC80 Mindaro

📋 copy color: '#DCFC80'

red 220 ◦ green 252 ◦ blue 128

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

Shades of Mindaro #DCFC80

Tints of Mindaro #DCFC80

RGB

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

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

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

R = 36.67%
G = 42%
B = 21.33%

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

#DCFC80 (or 0xDCFC80) is known color: Mindaro. HEX triplet: DC, FC and 80. RGB value is (220,252,128). Sum of RGB (Red+Green+Blue) = 220+252+128=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 128 (50.39% from 255 or 21.33% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC80 is #23037F. Grayscale: #E4E4E4. Windows color (decimal): -2294656 or 8453340. OLE color: 8453340.

HSL color Cylindrical-coordinate representation of color #DCFC80: hue angle of 75.48º degrees, saturation: 0.95, 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 #DCFC80 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 128 -
CMYK 0.13 0 0.49 0.01
HSL 75.48º 0.95% 0.75% -
HSV(B) 75.48º 0.49% 0.99% -
XYZ 68.22 86.39 33.5 -
YUV 228.3 71.4 122.08 -
System Red Green Blue C M Y K H S L
Decimal 220 252 128 0.13 0 0.49 0.01 75.48 0.95 0.75
Hex DC FC 80 D 0 31 1 4B 5F 4B
Octal 334 374 200 15 0 61 1 113 137 113
Binary 11011100 11111100 10000000 1101 0 110001 1 1001011 1011111 1001011

Color Harmonies of #DCFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC80

Black with #DCFC80

Text Example


Text Example

White with #DCFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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