Html Css Color HEX #DBEB52 Manz

📋 copy color: '#DBEB52'

red 219 ◦ green 235 ◦ blue 82

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

Shades of Manz #DBEB52

Tints of Manz #DBEB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.3%

R = 40.86%
G = 43.84%
B = 15.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#DBEB52 (or 0xDBEB52) is known color: Manz. HEX triplet: DB, EB and 52. RGB value is (219,235,82). Sum of RGB (Red+Green+Blue) = 219+235+82=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 82 (32.42% from 255 or 15.30% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB52 is #2414AD. Grayscale: #D5D5D5. Windows color (decimal): -2364590 or 5434331. OLE color: 5434331.

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

Color convert

RGB 219 235 82 -
CMYK 0.07 0 0.65 0.08
HSL 66.27º 0.79% 0.62% -
HSV(B) 66.27º 0.65% 0.92% -
XYZ 60.44 75.09 19.29 -
YUV 212.77 54.2 132.44 -
System Red Green Blue C M Y K H S L
Decimal 219 235 82 0.07 0 0.65 0.08 66.27 0.79 0.62
Hex DB EB 52 7 0 41 8 42 4F 3E
Octal 333 353 122 7 0 101 10 102 117 76
Binary 11011011 11101011 1010010 111 0 1000001 1000 1000010 1001111 111110

Color Harmonies of #DBEB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB52

Black with #DBEB52

Text Example


Text Example

White with #DBEB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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