Html Css Color HEX #DDEC4D Manz

📋 copy color: '#DDEC4D'

red 221 ◦ green 236 ◦ blue 77

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

Shades of Manz #DDEC4D

Tints of Manz #DDEC4D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.19%

 BLUE value IS 77 (30.47% from 255) = 14.42%

R = 41.39%
G = 44.19%
B = 14.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#DDEC4D (or 0xDDEC4D) is known color: Manz. HEX triplet: DD, EC and 4D. RGB value is (221,236,77). Sum of RGB (Red+Green+Blue) = 221+236+77=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 77 (30.47% from 255 or 14.42% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC4D is #2213B2. Grayscale: #D6D6D6. Windows color (decimal): -2233267 or 5106909. OLE color: 5106909.

HSL color Cylindrical-coordinate representation of color #DDEC4D: hue angle of 65.66º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDEC4D is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 77 -
CMYK 0.06 0 0.67 0.07
HSL 65.66º 0.81% 0.61% -
HSV(B) 65.66º 0.67% 0.93% -
XYZ 61.15 75.9 18.45 -
YUV 213.39 51.03 133.43 -
System Red Green Blue C M Y K H S L
Decimal 221 236 77 0.06 0 0.67 0.07 65.66 0.81 0.61
Hex DD EC 4D 6 0 43 7 42 51 3D
Octal 335 354 115 6 0 103 7 102 121 75
Binary 11011101 11101100 1001101 110 0 1000011 111 1000010 1010001 111101

Color Harmonies of #DDEC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC4D

Black with #DDEC4D

Text Example


Text Example

White with #DDEC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC4D; }

 p { color: rgb(221,236,77); }

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

background-color css

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

 a { background-color: rgb(221,236,77); }

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

border-color css

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

 span { border-color: rgb(221,236,77); }

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