Html Css Color HEX #DBE054 Manz

📋 copy color: '#DBE054'

red 219 ◦ green 224 ◦ blue 84

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

Shades of Manz #DBE054

Tints of Manz #DBE054

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.5%

 BLUE value IS 84 (33.2% from 255) = 15.94%

R = 41.56%
G = 42.5%
B = 15.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#DBE054 (or 0xDBE054) is known color: Manz. HEX triplet: DB, E0 and 54. RGB value is (219,224,84). Sum of RGB (Red+Green+Blue) = 219+224+84=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE054 is #241FAB. Grayscale: #CFCFCF. Windows color (decimal): -2367404 or 5562587. OLE color: 5562587.

HSL color Cylindrical-coordinate representation of color #DBE054: hue angle of 62.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBE054 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 84 -
CMYK 0.02 0 0.62 0.12
HSL 62.14º 0.69% 0.6% -
HSV(B) 62.14º 0.63% 0.88% -
XYZ 57.47 69.01 18.68 -
YUV 206.55 58.84 136.88 -
System Red Green Blue C M Y K H S L
Decimal 219 224 84 0.02 0 0.62 0.12 62.14 0.69 0.6
Hex DB E0 54 2 0 3E C 3E 45 3C
Octal 333 340 124 2 0 76 14 76 105 74
Binary 11011011 11100000 1010100 10 0 111110 1100 111110 1000101 111100

Color Harmonies of #DBE054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE054

Black with #DBE054

Text Example


Text Example

White with #DBE054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE054; }

 p { color: rgb(219,224,84); }

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

background-color css

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

 a { background-color: rgb(219,224,84); }

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

border-color css

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

 span { border-color: rgb(219,224,84); }

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