Html Css Color HEX #DCE580 Mindaro

📋 copy color: '#DCE580'

red 220 ◦ green 229 ◦ blue 128

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

Shades of Mindaro #DCE580

Tints of Mindaro #DCE580

RGB

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

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

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

R = 38.13%
G = 39.69%
B = 22.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#DCE580 (or 0xDCE580) is known color: Mindaro. HEX triplet: DC, E5 and 80. RGB value is (220,229,128). Sum of RGB (Red+Green+Blue) = 220+229+128=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE580 is #231A7F. Grayscale: #D7D7D7. Windows color (decimal): -2300544 or 8447452. OLE color: 8447452.

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

Color convert

RGB 220 229 128 -
CMYK 0.04 0 0.44 0.10
HSL 65.35º 0.66% 0.7% -
HSV(B) 65.35º 0.44% 0.9% -
XYZ 61.43 72.81 31.24 -
YUV 214.8 79.02 131.71 -
System Red Green Blue C M Y K H S L
Decimal 220 229 128 0.04 0 0.44 0.10 65.35 0.66 0.7
Hex DC E5 80 4 0 2C A 41 42 46
Octal 334 345 200 4 0 54 12 101 102 106
Binary 11011100 11100101 10000000 100 0 101100 1010 1000001 1000010 1000110

Color Harmonies of #DCE580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE580

Black with #DCE580

Text Example


Text Example

White with #DCE580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE580; }

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

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

background-color css

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

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

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

border-color css

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

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

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