Html Css Color HEX #DDEF4A Manz

📋 copy color: '#DDEF4A'

red 221 ◦ green 239 ◦ blue 74

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

Shades of Manz #DDEF4A

Tints of Manz #DDEF4A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.76%

 BLUE value IS 74 (29.3% from 255) = 13.86%

R = 41.39%
G = 44.76%
B = 13.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#DDEF4A (or 0xDDEF4A) is known color: Manz. HEX triplet: DD, EF and 4A. RGB value is (221,239,74). Sum of RGB (Red+Green+Blue) = 221+239+74=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF4A is #2210B5. Grayscale: #D7D7D7. Windows color (decimal): -2232502 or 4911069. OLE color: 4911069.

HSL color Cylindrical-coordinate representation of color #DDEF4A: hue angle of 66.55º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDEF4A is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 74 -
CMYK 0.08 0 0.69 0.06
HSL 66.55º 0.84% 0.61% -
HSV(B) 66.55º 0.69% 0.94% -
XYZ 61.92 77.6 18.19 -
YUV 214.81 48.54 132.42 -
System Red Green Blue C M Y K H S L
Decimal 221 239 74 0.08 0 0.69 0.06 66.55 0.84 0.61
Hex DD EF 4A 8 0 45 6 43 54 3D
Octal 335 357 112 10 0 105 6 103 124 75
Binary 11011101 11101111 1001010 1000 0 1000101 110 1000011 1010100 111101

Color Harmonies of #DDEF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF4A

Black with #DDEF4A

Text Example


Text Example

White with #DDEF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF4A; }

 p { color: rgb(221,239,74); }

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

background-color css

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

 a { background-color: rgb(221,239,74); }

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

border-color css

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

 span { border-color: rgb(221,239,74); }

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