#DBE25B

Color #DBE25B Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #DBE25B

Tints of Manz #DBE25B

Color information

#DBE25B (or 0xDBE25B) is unknown color: approx 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

RGB21922691-
CMYK0.0300.600.11
HSL63.11º69.95%62.16%-
HSV(B)63.11º59.73%88.63%-
XYZ58.370.2120.38-
YUV208.5261.68135.48-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal219226910.0300.600.1163.1169.9562.16
HexDBE25B303CB3f463e
Octal3333421333074137710676
Binary1101101111100010101101111011110010111111111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>