Html Css Color HEX #DBE152 Manz

📋 copy color: '#DBE152'

red 219 ◦ green 225 ◦ blue 82

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

Shades of Manz #DBE152

Tints of Manz #DBE152

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.78%

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

R = 41.63%
G = 42.78%
B = 15.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#DBE152 (or 0xDBE152) is known color: Manz. HEX triplet: DB, E1 and 52. RGB value is (219,225,82). Sum of RGB (Red+Green+Blue) = 219+225+82=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE152 is #241EAD. Grayscale: #CFCFCF. Windows color (decimal): -2367150 or 5431771. OLE color: 5431771.

HSL color Cylindrical-coordinate representation of color #DBE152: hue angle of 62.52º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBE152 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 225 82 -
CMYK 0.03 0 0.64 0.12
HSL 62.52º 0.7% 0.6% -
HSV(B) 62.52º 0.64% 0.88% -
XYZ 57.66 69.52 18.36 -
YUV 206.9 57.51 136.63 -
System Red Green Blue C M Y K H S L
Decimal 219 225 82 0.03 0 0.64 0.12 62.52 0.7 0.6
Hex DB E1 52 3 0 40 C 3F 46 3C
Octal 333 341 122 3 0 100 14 77 106 74
Binary 11011011 11100001 1010010 11 0 1000000 1100 111111 1000110 111100

Color Harmonies of #DBE152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE152

Black with #DBE152

Text Example


Text Example

White with #DBE152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE152; }

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

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

background-color css

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

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

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

border-color css

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

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

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