Html Css Color HEX #DBE44A Manz

📋 copy color: '#DBE44A'

red 219 ◦ green 228 ◦ blue 74

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

Shades of Manz #DBE44A

Tints of Manz #DBE44A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.76%

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

R = 42.03%
G = 43.76%
B = 14.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#DBE44A (or 0xDBE44A) is known color: Manz. HEX triplet: DB, E4 and 4A. RGB value is (219,228,74). Sum of RGB (Red+Green+Blue) = 219+228+74=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE44A is #241BB5. Grayscale: #D0D0D0. Windows color (decimal): -2366390 or 4908251. OLE color: 4908251.

HSL color Cylindrical-coordinate representation of color #DBE44A: hue angle of 63.51º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBE44A is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 228 74 -
CMYK 0.04 0 0.68 0.11
HSL 63.51º 0.74% 0.59% -
HSV(B) 63.51º 0.68% 0.89% -
XYZ 58.19 71.04 17.12 -
YUV 207.75 52.52 136.02 -
System Red Green Blue C M Y K H S L
Decimal 219 228 74 0.04 0 0.68 0.11 63.51 0.74 0.59
Hex DB E4 4A 4 0 44 B 40 4A 3B
Octal 333 344 112 4 0 104 13 100 112 73
Binary 11011011 11100100 1001010 100 0 1000100 1011 1000000 1001010 111011

Color Harmonies of #DBE44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE44A

Black with #DBE44A

Text Example


Text Example

White with #DBE44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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