Html Css Color HEX #DCF680 Mindaro

📋 copy color: '#DCF680'

red 220 ◦ green 246 ◦ blue 128

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

Shades of Mindaro #DCF680

Tints of Mindaro #DCF680

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.41%

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

R = 37.04%
G = 41.41%
B = 21.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#DCF680 (or 0xDCF680) is known color: Mindaro. HEX triplet: DC, F6 and 80. RGB value is (220,246,128). Sum of RGB (Red+Green+Blue) = 220+246+128=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF680 is #23097F. Grayscale: #E1E1E1. Windows color (decimal): -2296192 or 8451804. OLE color: 8451804.

HSL color Cylindrical-coordinate representation of color #DCF680: hue angle of 73.22º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCF680 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 128 -
CMYK 0.11 0 0.48 0.04
HSL 73.22º 0.87% 0.73% -
HSV(B) 73.22º 0.48% 0.96% -
XYZ 66.37 82.69 32.88 -
YUV 224.77 73.39 124.59 -
System Red Green Blue C M Y K H S L
Decimal 220 246 128 0.11 0 0.48 0.04 73.22 0.87 0.73
Hex DC F6 80 B 0 30 4 49 57 49
Octal 334 366 200 13 0 60 4 111 127 111
Binary 11011100 11110110 10000000 1011 0 110000 100 1001001 1010111 1001001

Color Harmonies of #DCF680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF680

Black with #DCF680

Text Example


Text Example

White with #DCF680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF680; }

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

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

background-color css

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

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

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

border-color css

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

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

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