Html Css Color HEX #DCE552 Manz

📋 copy color: '#DCE552'

red 220 ◦ green 229 ◦ blue 82

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

Shades of Manz #DCE552

Tints of Manz #DCE552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.44%

R = 41.43%
G = 43.13%
B = 15.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#DCE552 (or 0xDCE552) is known color: Manz. HEX triplet: DC, E5 and 52. RGB value is (220,229,82). Sum of RGB (Red+Green+Blue) = 220+229+82=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE552 is #231AAD. Grayscale: #D2D2D2. Windows color (decimal): -2300590 or 5432796. OLE color: 5432796.

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

Color convert

RGB 220 229 82 -
CMYK 0.04 0 0.64 0.10
HSL 63.67º 0.74% 0.61% -
HSV(B) 63.67º 0.64% 0.9% -
XYZ 59.06 71.86 18.74 -
YUV 209.55 56.02 135.45 -
System Red Green Blue C M Y K H S L
Decimal 220 229 82 0.04 0 0.64 0.10 63.67 0.74 0.61
Hex DC E5 52 4 0 40 A 40 4A 3D
Octal 334 345 122 4 0 100 12 100 112 75
Binary 11011100 11100101 1010010 100 0 1000000 1010 1000000 1001010 111101

Color Harmonies of #DCE552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE552

Black with #DCE552

Text Example


Text Example

White with #DCE552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE552; }

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

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

background-color css

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

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

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

border-color css

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

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

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