Html Css Color HEX #DDE250 Manz

📋 copy color: '#DDE250'

red 221 ◦ green 226 ◦ blue 80

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

Shades of Manz #DDE250

Tints of Manz #DDE250

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.88%

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

R = 41.94%
G = 42.88%
B = 15.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#DDE250 (or 0xDDE250) is known color: Manz. HEX triplet: DD, E2 and 50. RGB value is (221,226,80). Sum of RGB (Red+Green+Blue) = 221+226+80=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE250 is #221DAF. Grayscale: #D0D0D0. Windows color (decimal): -2235824 or 5300957. OLE color: 5300957.

HSL color Cylindrical-coordinate representation of color #DDE250: hue angle of 62.05º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDE250 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 226 80 -
CMYK 0.02 0 0.65 0.11
HSL 62.05º 0.72% 0.6% -
HSV(B) 62.05º 0.65% 0.89% -
XYZ 58.46 70.34 18.09 -
YUV 207.86 55.84 137.37 -
System Red Green Blue C M Y K H S L
Decimal 221 226 80 0.02 0 0.65 0.11 62.05 0.72 0.6
Hex DD E2 50 2 0 41 B 3E 48 3C
Octal 335 342 120 2 0 101 13 76 110 74
Binary 11011101 11100010 1010000 10 0 1000001 1011 111110 1001000 111100

Color Harmonies of #DDE250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE250

Black with #DDE250

Text Example


Text Example

White with #DDE250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE250; }

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

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

background-color css

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

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

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

border-color css

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

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

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