Html Css Color HEX #DBEB55 Manz

📋 copy color: '#DBEB55'

red 219 ◦ green 235 ◦ blue 85

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

Shades of Manz #DBEB55

Tints of Manz #DBEB55

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.6%

 BLUE value IS 85 (33.59% from 255) = 15.77%

R = 40.63%
G = 43.6%
B = 15.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#DBEB55 (or 0xDBEB55) is known color: Manz. HEX triplet: DB, EB and 55. RGB value is (219,235,85). Sum of RGB (Red+Green+Blue) = 219+235+85=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB55 is #2414AA. Grayscale: #D5D5D5. Windows color (decimal): -2364587 or 5630939. OLE color: 5630939.

HSL color Cylindrical-coordinate representation of color #DBEB55: hue angle of 66.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBEB55 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 85 -
CMYK 0.07 0 0.64 0.08
HSL 66.4º 0.79% 0.63% -
HSV(B) 66.4º 0.64% 0.92% -
XYZ 60.56 75.13 19.9 -
YUV 213.12 55.7 132.2 -
System Red Green Blue C M Y K H S L
Decimal 219 235 85 0.07 0 0.64 0.08 66.4 0.79 0.63
Hex DB EB 55 7 0 40 8 42 4F 3F
Octal 333 353 125 7 0 100 10 102 117 77
Binary 11011011 11101011 1010101 111 0 1000000 1000 1000010 1001111 111111

Color Harmonies of #DBEB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB55

Black with #DBEB55

Text Example


Text Example

White with #DBEB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB55; }

 p { color: rgb(219,235,85); }

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

background-color css

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

 a { background-color: rgb(219,235,85); }

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

border-color css

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

 span { border-color: rgb(219,235,85); }

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