Html Css Color HEX #DDEE4F Manz

📋 copy color: '#DDEE4F'

red 221 ◦ green 238 ◦ blue 79

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

Shades of Manz #DDEE4F

Tints of Manz #DDEE4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.68%

R = 41.08%
G = 44.24%
B = 14.68%

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

#DDEE4F (or 0xDDEE4F) is known color: Manz. HEX triplet: DD, EE and 4F. RGB value is (221,238,79). Sum of RGB (Red+Green+Blue) = 221+238+79=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 79 (31.25% from 255 or 14.68% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE4F is #2211B0. Grayscale: #D7D7D7. Windows color (decimal): -2232753 or 5238493. OLE color: 5238493.

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

Color convert

RGB 221 238 79 -
CMYK 0.07 0 0.67 0.07
HSL 66.42º 0.82% 0.62% -
HSV(B) 66.42º 0.67% 0.93% -
XYZ 61.8 77.09 19.02 -
YUV 214.79 51.37 132.43 -
System Red Green Blue C M Y K H S L
Decimal 221 238 79 0.07 0 0.67 0.07 66.42 0.82 0.62
Hex DD EE 4F 7 0 43 7 42 52 3E
Octal 335 356 117 7 0 103 7 102 122 76
Binary 11011101 11101110 1001111 111 0 1000011 111 1000010 1010010 111110

Color Harmonies of #DDEE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE4F

Black with #DDEE4F

Text Example


Text Example

White with #DDEE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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