Html Css Color HEX #DBED50 Manz

📋 copy color: '#DBED50'

red 219 ◦ green 237 ◦ blue 80

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

Shades of Manz #DBED50

Tints of Manz #DBED50

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.22%

 BLUE value IS 80 (31.64% from 255) = 14.93%

R = 40.86%
G = 44.22%
B = 14.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#DBED50 (or 0xDBED50) is known color: Manz. HEX triplet: DB, ED and 50. RGB value is (219,237,80). Sum of RGB (Red+Green+Blue) = 219+237+80=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED50 is #2412AF. Grayscale: #D6D6D6. Windows color (decimal): -2364080 or 5303771. OLE color: 5303771.

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

Color convert

RGB 219 237 80 -
CMYK 0.08 0 0.66 0.07
HSL 66.88º 0.81% 0.62% -
HSV(B) 66.88º 0.66% 0.93% -
XYZ 60.95 76.21 19.09 -
YUV 213.72 52.54 131.77 -
System Red Green Blue C M Y K H S L
Decimal 219 237 80 0.08 0 0.66 0.07 66.88 0.81 0.62
Hex DB ED 50 8 0 42 7 43 51 3E
Octal 333 355 120 10 0 102 7 103 121 76
Binary 11011011 11101101 1010000 1000 0 1000010 111 1000011 1010001 111110

Color Harmonies of #DBED50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBED50

Black with #DBED50

Text Example


Text Example

White with #DBED50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBED50; }

 p { color: rgb(219,237,80); }

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

background-color css

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

 a { background-color: rgb(219,237,80); }

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

border-color css

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

 span { border-color: rgb(219,237,80); }

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