Html Css Color HEX #DCF080 Mindaro

📋 copy color: '#DCF080'

red 220 ◦ green 240 ◦ blue 128

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

Shades of Mindaro #DCF080

Tints of Mindaro #DCF080

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.82%

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

R = 37.41%
G = 40.82%
B = 21.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#DCF080 (or 0xDCF080) is known color: Mindaro. HEX triplet: DC, F0 and 80. RGB value is (220,240,128). Sum of RGB (Red+Green+Blue) = 220+240+128=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF080 is #230F7F. Grayscale: #DDDDDD. Windows color (decimal): -2297728 or 8450268. OLE color: 8450268.

HSL color Cylindrical-coordinate representation of color #DCF080: hue angle of 70.71º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCF080 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 128 -
CMYK 0.08 0 0.47 0.06
HSL 70.71º 0.79% 0.72% -
HSV(B) 70.71º 0.47% 0.94% -
XYZ 64.57 79.09 32.29 -
YUV 221.25 75.37 127.11 -
System Red Green Blue C M Y K H S L
Decimal 220 240 128 0.08 0 0.47 0.06 70.71 0.79 0.72
Hex DC F0 80 8 0 2F 6 47 4F 48
Octal 334 360 200 10 0 57 6 107 117 110
Binary 11011100 11110000 10000000 1000 0 101111 110 1000111 1001111 1001000

Color Harmonies of #DCF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF080

Black with #DCF080

Text Example


Text Example

White with #DCF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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