Html Css Color HEX #DDEE50 Manz

📋 copy color: '#DDEE50'

red 221 ◦ green 238 ◦ blue 80

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

Shades of Manz #DDEE50

Tints of Manz #DDEE50

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.16%

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

R = 41%
G = 44.16%
B = 14.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#DDEE50 (or 0xDDEE50) is known color: Manz. HEX triplet: DD, EE and 50. RGB value is (221,238,80). Sum of RGB (Red+Green+Blue) = 221+238+80=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE50 is #2211AF. Grayscale: #D7D7D7. Windows color (decimal): -2232752 or 5304029. OLE color: 5304029.

HSL color Cylindrical-coordinate representation of color #DDEE50: hue angle of 66.46º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDEE50 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 80 -
CMYK 0.07 0 0.66 0.07
HSL 66.46º 0.82% 0.62% -
HSV(B) 66.46º 0.66% 0.93% -
XYZ 61.84 77.1 19.21 -
YUV 214.91 51.87 132.35 -
System Red Green Blue C M Y K H S L
Decimal 221 238 80 0.07 0 0.66 0.07 66.46 0.82 0.62
Hex DD EE 50 7 0 42 7 42 52 3E
Octal 335 356 120 7 0 102 7 102 122 76
Binary 11011101 11101110 1010000 111 0 1000010 111 1000010 1010010 111110

Color Harmonies of #DDEE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE50

Black with #DDEE50

Text Example


Text Example

White with #DDEE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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