Html Css Color HEX #DCF980 Mindaro

📋 copy color: '#DCF980'

red 220 ◦ green 249 ◦ blue 128

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

Shades of Mindaro #DCF980

Tints of Mindaro #DCF980

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.71%

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

R = 36.85%
G = 41.71%
B = 21.44%

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

#DCF980 (or 0xDCF980) is known color: Mindaro. HEX triplet: DC, F9 and 80. RGB value is (220,249,128). Sum of RGB (Red+Green+Blue) = 220+249+128=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF980 is #23067F. Grayscale: #E2E2E2. Windows color (decimal): -2295424 or 8452572. OLE color: 8452572.

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

Color convert

RGB 220 249 128 -
CMYK 0.12 0 0.49 0.02
HSL 74.38º 0.91% 0.74% -
HSV(B) 74.38º 0.49% 0.98% -
XYZ 67.29 84.53 33.19 -
YUV 226.54 72.39 123.34 -
System Red Green Blue C M Y K H S L
Decimal 220 249 128 0.12 0 0.49 0.02 74.38 0.91 0.74
Hex DC F9 80 C 0 31 2 4A 5B 4A
Octal 334 371 200 14 0 61 2 112 133 112
Binary 11011100 11111001 10000000 1100 0 110001 10 1001010 1011011 1001010

Color Harmonies of #DCF980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF980

Black with #DCF980

Text Example


Text Example

White with #DCF980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF980; }

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

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

background-color css

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

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

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

border-color css

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

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

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