Html Css Color HEX #DCE550 Manz

📋 copy color: '#DCE550'

red 220 ◦ green 229 ◦ blue 80

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

Shades of Manz #DCE550

Tints of Manz #DCE550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.12%

R = 41.59%
G = 43.29%
B = 15.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#DCE550 (or 0xDCE550) is known color: Manz. HEX triplet: DC, E5 and 50. RGB value is (220,229,80). Sum of RGB (Red+Green+Blue) = 220+229+80=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE550 is #231AAF. Grayscale: #D1D1D1. Windows color (decimal): -2300592 or 5301724. OLE color: 5301724.

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

Color convert

RGB 220 229 80 -
CMYK 0.04 0 0.65 0.10
HSL 63.62º 0.74% 0.61% -
HSV(B) 63.62º 0.65% 0.9% -
XYZ 58.98 71.83 18.35 -
YUV 209.32 55.02 135.62 -
System Red Green Blue C M Y K H S L
Decimal 220 229 80 0.04 0 0.65 0.10 63.62 0.74 0.61
Hex DC E5 50 4 0 41 A 40 4A 3D
Octal 334 345 120 4 0 101 12 100 112 75
Binary 11011100 11100101 1010000 100 0 1000001 1010 1000000 1001010 111101

Color Harmonies of #DCE550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE550

Black with #DCE550

Text Example


Text Example

White with #DCE550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE550; }

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

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

background-color css

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

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

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

border-color css

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

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

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