Html Css Color HEX #DDE54A Manz

📋 copy color: '#DDE54A'

red 221 ◦ green 229 ◦ blue 74

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

Shades of Manz #DDE54A

Tints of Manz #DDE54A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.7%

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

R = 42.18%
G = 43.7%
B = 14.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#DDE54A (or 0xDDE54A) is known color: Manz. HEX triplet: DD, E5 and 4A. RGB value is (221,229,74). Sum of RGB (Red+Green+Blue) = 221+229+74=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE54A is #221AB5. Grayscale: #D1D1D1. Windows color (decimal): -2235062 or 4908509. OLE color: 4908509.

HSL color Cylindrical-coordinate representation of color #DDE54A: hue angle of 63.1º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDE54A is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 229 74 -
CMYK 0.03 0 0.68 0.10
HSL 63.1º 0.75% 0.59% -
HSV(B) 63.1º 0.68% 0.9% -
XYZ 59.07 71.91 17.24 -
YUV 208.94 51.85 136.6 -
System Red Green Blue C M Y K H S L
Decimal 221 229 74 0.03 0 0.68 0.10 63.1 0.75 0.59
Hex DD E5 4A 3 0 44 A 3F 4B 3B
Octal 335 345 112 3 0 104 12 77 113 73
Binary 11011101 11100101 1001010 11 0 1000100 1010 111111 1001011 111011

Color Harmonies of #DDE54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE54A

Black with #DDE54A

Text Example


Text Example

White with #DDE54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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