Html Css Color HEX #DBE54A Manz

📋 copy color: '#DBE54A'

red 219 ◦ green 229 ◦ blue 74

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

Shades of Manz #DBE54A

Tints of Manz #DBE54A

RGB

 RED value IS 219 (85.94% from 255) = 41.95%

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

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

R = 41.95%
G = 43.87%
B = 14.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#DBE54A (or 0xDBE54A) is known color: Manz. HEX triplet: DB, E5 and 4A. RGB value is (219,229,74). Sum of RGB (Red+Green+Blue) = 219+229+74=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE54A is #241AB5. Grayscale: #D0D0D0. Windows color (decimal): -2366134 or 4908507. OLE color: 4908507.

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

Color convert

RGB 219 229 74 -
CMYK 0.04 0 0.68 0.10
HSL 63.87º 0.75% 0.59% -
HSV(B) 63.87º 0.68% 0.9% -
XYZ 58.47 71.59 17.22 -
YUV 208.34 52.19 135.6 -
System Red Green Blue C M Y K H S L
Decimal 219 229 74 0.04 0 0.68 0.10 63.87 0.75 0.59
Hex DB E5 4A 4 0 44 A 40 4B 3B
Octal 333 345 112 4 0 104 12 100 113 73
Binary 11011011 11100101 1001010 100 0 1000100 1010 1000000 1001011 111011

Color Harmonies of #DBE54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE54A

Black with #DBE54A

Text Example


Text Example

White with #DBE54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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