Html Css Color HEX #DCF560 Mindaro

📋 copy color: '#DCF560'

red 220 ◦ green 245 ◦ blue 96

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

Shades of Mindaro #DCF560

Tints of Mindaro #DCF560

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.67%

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

R = 39.22%
G = 43.67%
B = 17.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#DCF560 (or 0xDCF560) is known color: Mindaro. HEX triplet: DC, F5 and 60. RGB value is (220,245,96). Sum of RGB (Red+Green+Blue) = 220+245+96=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 96 (37.89% from 255 or 17.11% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF560 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF560 is #230A9F. Grayscale: #DDDDDD. Windows color (decimal): -2296480 or 6354396. OLE color: 6354396.

HSL color Cylindrical-coordinate representation of color #DCF560: hue angle of 70.07º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCF560 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 96 -
CMYK 0.10 0 0.61 0.04
HSL 70.07º 0.88% 0.67% -
HSV(B) 70.07º 0.61% 0.96% -
XYZ 64.28 81.36 23.38 -
YUV 220.54 57.72 127.62 -
System Red Green Blue C M Y K H S L
Decimal 220 245 96 0.10 0 0.61 0.04 70.07 0.88 0.67
Hex DC F5 60 A 0 3D 4 46 58 43
Octal 334 365 140 12 0 75 4 106 130 103
Binary 11011100 11110101 1100000 1010 0 111101 100 1000110 1011000 1000011

Color Harmonies of #DCF560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF560

Black with #DCF560

Text Example


Text Example

White with #DCF560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF560; }

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

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

background-color css

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

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

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

border-color css

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

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

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