Html Css Color HEX #DBE54D Manz

📋 copy color: '#DBE54D'

red 219 ◦ green 229 ◦ blue 77

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

Shades of Manz #DBE54D

Tints of Manz #DBE54D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.67%

R = 41.71%
G = 43.62%
B = 14.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#DBE54D (or 0xDBE54D) is known color: Manz. HEX triplet: DB, E5 and 4D. RGB value is (219,229,77). Sum of RGB (Red+Green+Blue) = 219+229+77=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE54D is #241AB2. Grayscale: #D1D1D1. Windows color (decimal): -2366131 or 5105115. OLE color: 5105115.

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

Color convert

RGB 219 229 77 -
CMYK 0.04 0 0.66 0.10
HSL 63.95º 0.75% 0.6% -
HSV(B) 63.95º 0.66% 0.9% -
XYZ 58.57 71.63 17.76 -
YUV 208.68 53.69 135.36 -
System Red Green Blue C M Y K H S L
Decimal 219 229 77 0.04 0 0.66 0.10 63.95 0.75 0.6
Hex DB E5 4D 4 0 42 A 40 4B 3C
Octal 333 345 115 4 0 102 12 100 113 74
Binary 11011011 11100101 1001101 100 0 1000010 1010 1000000 1001011 111100

Color Harmonies of #DBE54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE54D

Black with #DBE54D

Text Example


Text Example

White with #DBE54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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