Html Css Color HEX #DDEE4E Manz

📋 copy color: '#DDEE4E'

red 221 ◦ green 238 ◦ blue 78

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

Shades of Manz #DDEE4E

Tints of Manz #DDEE4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.53%

R = 41.15%
G = 44.32%
B = 14.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#DDEE4E (or 0xDDEE4E) is known color: Manz. HEX triplet: DD, EE and 4E. RGB value is (221,238,78). Sum of RGB (Red+Green+Blue) = 221+238+78=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 78 (30.86% from 255 or 14.53% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE4E is #2211B1. Grayscale: #D7D7D7. Windows color (decimal): -2232754 or 5172957. OLE color: 5172957.

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

Color convert

RGB 221 238 78 -
CMYK 0.07 0 0.67 0.07
HSL 66.38º 0.82% 0.62% -
HSV(B) 66.38º 0.67% 0.93% -
XYZ 61.77 77.07 18.83 -
YUV 214.68 50.87 132.51 -
System Red Green Blue C M Y K H S L
Decimal 221 238 78 0.07 0 0.67 0.07 66.38 0.82 0.62
Hex DD EE 4E 7 0 43 7 42 52 3E
Octal 335 356 116 7 0 103 7 102 122 76
Binary 11011101 11101110 1001110 111 0 1000011 111 1000010 1010010 111110

Color Harmonies of #DDEE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE4E

Black with #DDEE4E

Text Example


Text Example

White with #DDEE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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