Html Css Color HEX #DBE25A Manz

📋 copy color: '#DBE25A'

red 219 ◦ green 226 ◦ blue 90

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

Shades of Manz #DBE25A

Tints of Manz #DBE25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.82%

R = 40.93%
G = 42.24%
B = 16.82%

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

#DBE25A (or 0xDBE25A) is known color: Manz. HEX triplet: DB, E2 and 5A. RGB value is (219,226,90). Sum of RGB (Red+Green+Blue) = 219+226+90=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE25A is #241DA5. Grayscale: #D0D0D0. Windows color (decimal): -2366886 or 5956315. OLE color: 5956315.

HSL color Cylindrical-coordinate representation of color #DBE25A: hue angle of 63.09º 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 #DBE25A is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 226 90 -
CMYK 0.03 0 0.60 0.11
HSL 63.09º 0.7% 0.62% -
HSV(B) 63.09º 0.6% 0.89% -
XYZ 58.26 70.19 20.15 -
YUV 208.4 61.18 135.56 -
System Red Green Blue C M Y K H S L
Decimal 219 226 90 0.03 0 0.60 0.11 63.09 0.7 0.62
Hex DB E2 5A 3 0 3C B 3F 46 3E
Octal 333 342 132 3 0 74 13 77 106 76
Binary 11011011 11100010 1011010 11 0 111100 1011 111111 1000110 111110

Color Harmonies of #DBE25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE25A

Black with #DBE25A

Text Example


Text Example

White with #DBE25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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