Html Css Color HEX #DDE050 Manz

📋 copy color: '#DDE050'

red 221 ◦ green 224 ◦ blue 80

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

Shades of Manz #DDE050

Tints of Manz #DDE050

RGB

 RED value IS 221 (86.72% from 255) = 42.1%

 GREEN value IS 224 (87.89% from 255) = 42.67%

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

R = 42.1%
G = 42.67%
B = 15.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#DDE050 (or 0xDDE050) is known color: Manz. HEX triplet: DD, E0 and 50. RGB value is (221,224,80). Sum of RGB (Red+Green+Blue) = 221+224+80=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE050 is #221FAF. Grayscale: #CFCFCF. Windows color (decimal): -2236336 or 5300445. OLE color: 5300445.

HSL color Cylindrical-coordinate representation of color #DDE050: hue angle of 61.25º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDE050 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 80 -
CMYK 0.01 0 0.64 0.12
HSL 61.25º 0.7% 0.6% -
HSV(B) 61.25º 0.64% 0.88% -
XYZ 57.92 69.26 17.91 -
YUV 206.69 56.51 138.21 -
System Red Green Blue C M Y K H S L
Decimal 221 224 80 0.01 0 0.64 0.12 61.25 0.7 0.6
Hex DD E0 50 1 0 40 C 3D 46 3C
Octal 335 340 120 1 0 100 14 75 106 74
Binary 11011101 11100000 1010000 1 0 1000000 1100 111101 1000110 111100

Color Harmonies of #DDE050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE050

Black with #DDE050

Text Example


Text Example

White with #DDE050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE050; }

 p { color: rgb(221,224,80); }

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

background-color css

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

 a { background-color: rgb(221,224,80); }

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

border-color css

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

 span { border-color: rgb(221,224,80); }

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