Html Css Color HEX #DDEE4C Manz

📋 copy color: '#DDEE4C'

red 221 ◦ green 238 ◦ blue 76

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

Shades of Manz #DDEE4C

Tints of Manz #DDEE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.21%

R = 41.31%
G = 44.49%
B = 14.21%

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

#DDEE4C (or 0xDDEE4C) is known color: Manz. HEX triplet: DD, EE and 4C. RGB value is (221,238,76). Sum of RGB (Red+Green+Blue) = 221+238+76=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 76 (30.08% from 255 or 14.21% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE4C is #2211B3. Grayscale: #D7D7D7. Windows color (decimal): -2232756 or 5041885. OLE color: 5041885.

HSL color Cylindrical-coordinate representation of color #DDEE4C: hue angle of 66.3º 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 #DDEE4C is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 76 -
CMYK 0.07 0 0.68 0.07
HSL 66.3º 0.83% 0.62% -
HSV(B) 66.3º 0.68% 0.93% -
XYZ 61.7 77.04 18.46 -
YUV 214.45 49.87 132.67 -
System Red Green Blue C M Y K H S L
Decimal 221 238 76 0.07 0 0.68 0.07 66.3 0.83 0.62
Hex DD EE 4C 7 0 44 7 42 53 3E
Octal 335 356 114 7 0 104 7 102 123 76
Binary 11011101 11101110 1001100 111 0 1000100 111 1000010 1010011 111110

Color Harmonies of #DDEE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE4C

Black with #DDEE4C

Text Example


Text Example

White with #DDEE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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