Html Css Color HEX #DBE25B Manz

📋 copy color: '#DBE25B'

red 219 ◦ green 226 ◦ blue 91

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

Shades of Manz #DBE25B

Tints of Manz #DBE25B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.16%

 BLUE value IS 91 (35.94% from 255) = 16.98%

R = 40.86%
G = 42.16%
B = 16.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#DBE25B (or 0xDBE25B) is known color: Manz. HEX triplet: DB, E2 and 5B. RGB value is (219,226,91). Sum of RGB (Red+Green+Blue) = 219+226+91=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 91 (35.94% from 255 or 16.98% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE25B is #241DA4. Grayscale: #D1D1D1. Windows color (decimal): -2366885 or 6021851. OLE color: 6021851.

HSL color Cylindrical-coordinate representation of color #DBE25B: hue angle of 63.11º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBE25B is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 226 91 -
CMYK 0.03 0 0.60 0.11
HSL 63.11º 0.7% 0.62% -
HSV(B) 63.11º 0.6% 0.89% -
XYZ 58.3 70.21 20.38 -
YUV 208.52 61.68 135.48 -
System Red Green Blue C M Y K H S L
Decimal 219 226 91 0.03 0 0.60 0.11 63.11 0.7 0.62
Hex DB E2 5B 3 0 3C B 3F 46 3E
Octal 333 342 133 3 0 74 13 77 106 76
Binary 11011011 11100010 1011011 11 0 111100 1011 111111 1000110 111110

Color Harmonies of #DBE25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE25B

Black with #DBE25B

Text Example


Text Example

White with #DBE25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE25B; }

 p { color: rgb(219,226,91); }

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

background-color css

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

 a { background-color: rgb(219,226,91); }

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

border-color css

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

 span { border-color: rgb(219,226,91); }

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