Html Css Color HEX #DDE45E Manz

📋 copy color: '#DDE45E'

red 221 ◦ green 228 ◦ blue 94

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

Shades of Manz #DDE45E

Tints of Manz #DDE45E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.99%

 BLUE value IS 94 (37.11% from 255) = 17.31%

R = 40.7%
G = 41.99%
B = 17.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#DDE45E (or 0xDDE45E) is known color: Manz. HEX triplet: DD, E4 and 5E. RGB value is (221,228,94). Sum of RGB (Red+Green+Blue) = 221+228+94=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE45E is #221BA1. Grayscale: #D3D3D3. Windows color (decimal): -2235298 or 6218973. OLE color: 6218973.

HSL color Cylindrical-coordinate representation of color #DDE45E: hue angle of 63.13º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDE45E is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 228 94 -
CMYK 0.03 0 0.59 0.11
HSL 63.13º 0.71% 0.63% -
HSV(B) 63.13º 0.59% 0.89% -
XYZ 59.58 71.67 21.28 -
YUV 210.63 62.18 135.4 -
System Red Green Blue C M Y K H S L
Decimal 221 228 94 0.03 0 0.59 0.11 63.13 0.71 0.63
Hex DD E4 5E 3 0 3B B 3F 47 3F
Octal 335 344 136 3 0 73 13 77 107 77
Binary 11011101 11100100 1011110 11 0 111011 1011 111111 1000111 111111

Color Harmonies of #DDE45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE45E

Black with #DDE45E

Text Example


Text Example

White with #DDE45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE45E; }

 p { color: rgb(221,228,94); }

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

background-color css

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

 a { background-color: rgb(221,228,94); }

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

border-color css

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

 span { border-color: rgb(221,228,94); }

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