Html Css Color HEX #DCF563 Mindaro

📋 copy color: '#DCF563'

red 220 ◦ green 245 ◦ blue 99

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

Shades of Mindaro #DCF563

Tints of Mindaro #DCF563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.55%

R = 39.01%
G = 43.44%
B = 17.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#DCF563 (or 0xDCF563) is known color: Mindaro. HEX triplet: DC, F5 and 63. RGB value is (220,245,99). Sum of RGB (Red+Green+Blue) = 220+245+99=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 99 (39.06% from 255 or 17.55% from 564); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF563 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF563 is #230A9C. Grayscale: #DDDDDD. Windows color (decimal): -2296477 or 6551004. OLE color: 6551004.

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

Color convert

RGB 220 245 99 -
CMYK 0.10 0 0.60 0.04
HSL 70.27º 0.88% 0.67% -
HSV(B) 70.27º 0.6% 0.96% -
XYZ 64.42 81.42 24.12 -
YUV 220.88 59.22 127.37 -
System Red Green Blue C M Y K H S L
Decimal 220 245 99 0.10 0 0.60 0.04 70.27 0.88 0.67
Hex DC F5 63 A 0 3C 4 46 58 43
Octal 334 365 143 12 0 74 4 106 130 103
Binary 11011100 11110101 1100011 1010 0 111100 100 1000110 1011000 1000011

Color Harmonies of #DCF563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF563

Black with #DCF563

Text Example


Text Example

White with #DCF563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF563; }

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

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

background-color css

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

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

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

border-color css

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

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

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