Html Css Color HEX #DCF280 Mindaro

📋 copy color: '#DCF280'

red 220 ◦ green 242 ◦ blue 128

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

Shades of Mindaro #DCF280

Tints of Mindaro #DCF280

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.02%

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

R = 37.29%
G = 41.02%
B = 21.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#DCF280 (or 0xDCF280) is known color: Mindaro. HEX triplet: DC, F2 and 80. RGB value is (220,242,128). Sum of RGB (Red+Green+Blue) = 220+242+128=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF280 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF280 is #230D7F. Grayscale: #DEDEDE. Windows color (decimal): -2297216 or 8450780. OLE color: 8450780.

HSL color Cylindrical-coordinate representation of color #DCF280: hue angle of 71.58º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCF280 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 128 -
CMYK 0.09 0 0.47 0.05
HSL 71.58º 0.81% 0.73% -
HSV(B) 71.58º 0.47% 0.95% -
XYZ 65.16 80.28 32.48 -
YUV 222.43 74.71 126.27 -
System Red Green Blue C M Y K H S L
Decimal 220 242 128 0.09 0 0.47 0.05 71.58 0.81 0.73
Hex DC F2 80 9 0 2F 5 48 51 49
Octal 334 362 200 11 0 57 5 110 121 111
Binary 11011100 11110010 10000000 1001 0 101111 101 1001000 1010001 1001001

Color Harmonies of #DCF280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF280

Black with #DCF280

Text Example


Text Example

White with #DCF280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF280; }

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

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

background-color css

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

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

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

border-color css

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

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

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