Html Css Color HEX #DBE54B Manz

📋 copy color: '#DBE54B'

red 219 ◦ green 229 ◦ blue 75

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

Shades of Manz #DBE54B

Tints of Manz #DBE54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.34%

R = 41.87%
G = 43.79%
B = 14.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#DBE54B (or 0xDBE54B) is known color: Manz. HEX triplet: DB, E5 and 4B. RGB value is (219,229,75). Sum of RGB (Red+Green+Blue) = 219+229+75=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 75 (29.69% from 255 or 14.34% from 523); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE54B is #241AB4. Grayscale: #D1D1D1. Windows color (decimal): -2366133 or 4974043. OLE color: 4974043.

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

Color convert

RGB 219 229 75 -
CMYK 0.04 0 0.67 0.10
HSL 63.9º 0.75% 0.6% -
HSV(B) 63.9º 0.67% 0.9% -
XYZ 58.5 71.61 17.39 -
YUV 208.45 52.69 135.52 -
System Red Green Blue C M Y K H S L
Decimal 219 229 75 0.04 0 0.67 0.10 63.9 0.75 0.6
Hex DB E5 4B 4 0 43 A 40 4B 3C
Octal 333 345 113 4 0 103 12 100 113 74
Binary 11011011 11100101 1001011 100 0 1000011 1010 1000000 1001011 111100

Color Harmonies of #DBE54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE54B

Black with #DBE54B

Text Example


Text Example

White with #DBE54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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