Html Css Color HEX #DCE560 Mindaro

📋 copy color: '#DCE560'

red 220 ◦ green 229 ◦ blue 96

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

Shades of Mindaro #DCE560

Tints of Mindaro #DCE560

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.02%

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

R = 40.37%
G = 42.02%
B = 17.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#DCE560 (or 0xDCE560) is known color: Mindaro. HEX triplet: DC, E5 and 60. RGB value is (220,229,96). Sum of RGB (Red+Green+Blue) = 220+229+96=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE560 is #231A9F. Grayscale: #D3D3D3. Windows color (decimal): -2300576 or 6350300. OLE color: 6350300.

HSL color Cylindrical-coordinate representation of color #DCE560: hue angle of 64.06º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCE560 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 229 96 -
CMYK 0.04 0 0.58 0.10
HSL 64.06º 0.72% 0.64% -
HSV(B) 64.06º 0.58% 0.9% -
XYZ 59.65 72.1 21.84 -
YUV 211.15 63.02 134.31 -
System Red Green Blue C M Y K H S L
Decimal 220 229 96 0.04 0 0.58 0.10 64.06 0.72 0.64
Hex DC E5 60 4 0 3A A 40 48 40
Octal 334 345 140 4 0 72 12 100 110 100
Binary 11011100 11100101 1100000 100 0 111010 1010 1000000 1001000 1000000

Color Harmonies of #DCE560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE560

Black with #DCE560

Text Example


Text Example

White with #DCE560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE560; }

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

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

background-color css

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

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

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

border-color css

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

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

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