Html Css Color HEX #DCF860 Mindaro

📋 copy color: '#DCF860'

red 220 ◦ green 248 ◦ blue 96

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

Shades of Mindaro #DCF860

Tints of Mindaro #DCF860

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.97%

 BLUE value IS 96 (37.89% from 255) = 17.02%

R = 39.01%
G = 43.97%
B = 17.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#DCF860 (or 0xDCF860) is known color: Mindaro. HEX triplet: DC, F8 and 60. RGB value is (220,248,96). Sum of RGB (Red+Green+Blue) = 220+248+96=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 96 (37.89% from 255 or 17.02% from 564); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF860 is #23079F. Grayscale: #DEDEDE. Windows color (decimal): -2295712 or 6355164. OLE color: 6355164.

HSL color Cylindrical-coordinate representation of color #DCF860: hue angle of 71.05º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCF860 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 96 -
CMYK 0.11 0 0.61 0.03
HSL 71.05º 0.92% 0.67% -
HSV(B) 71.05º 0.61% 0.97% -
XYZ 65.19 83.19 23.69 -
YUV 222.3 56.72 126.36 -
System Red Green Blue C M Y K H S L
Decimal 220 248 96 0.11 0 0.61 0.03 71.05 0.92 0.67
Hex DC F8 60 B 0 3D 3 47 5C 43
Octal 334 370 140 13 0 75 3 107 134 103
Binary 11011100 11111000 1100000 1011 0 111101 11 1000111 1011100 1000011

Color Harmonies of #DCF860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF860

Black with #DCF860

Text Example


Text Example

White with #DCF860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF860; }

 p { color: rgb(220,248,96); }

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

background-color css

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

 a { background-color: rgb(220,248,96); }

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

border-color css

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

 span { border-color: rgb(220,248,96); }

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