Html Css Color HEX #DDEE4D Manz

📋 copy color: '#DDEE4D'

red 221 ◦ green 238 ◦ blue 77

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

Shades of Manz #DDEE4D

Tints of Manz #DDEE4D

RGB

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

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

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

R = 41.23%
G = 44.4%
B = 14.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#DDEE4D (or 0xDDEE4D) is known color: Manz. HEX triplet: DD, EE and 4D. RGB value is (221,238,77). Sum of RGB (Red+Green+Blue) = 221+238+77=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 77 (30.47% from 255 or 14.37% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE4D is #2211B2. Grayscale: #D7D7D7. Windows color (decimal): -2232755 or 5107421. OLE color: 5107421.

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

Color convert

RGB 221 238 77 -
CMYK 0.07 0 0.68 0.07
HSL 66.34º 0.83% 0.62% -
HSV(B) 66.34º 0.68% 0.93% -
XYZ 61.73 77.06 18.64 -
YUV 214.56 50.37 132.59 -
System Red Green Blue C M Y K H S L
Decimal 221 238 77 0.07 0 0.68 0.07 66.34 0.83 0.62
Hex DD EE 4D 7 0 44 7 42 53 3E
Octal 335 356 115 7 0 104 7 102 123 76
Binary 11011101 11101110 1001101 111 0 1000100 111 1000010 1010011 111110

Color Harmonies of #DDEE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE4D

Black with #DDEE4D

Text Example


Text Example

White with #DDEE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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