Html Css Color HEX #DBEA50 Manz

📋 copy color: '#DBEA50'

red 219 ◦ green 234 ◦ blue 80

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

Shades of Manz #DBEA50

Tints of Manz #DBEA50

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.9%

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

R = 41.09%
G = 43.9%
B = 15.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#DBEA50 (or 0xDBEA50) is known color: Manz. HEX triplet: DB, EA and 50. RGB value is (219,234,80). Sum of RGB (Red+Green+Blue) = 219+234+80=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA50 is #2415AF. Grayscale: #D4D4D4. Windows color (decimal): -2364848 or 5303003. OLE color: 5303003.

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

Color convert

RGB 219 234 80 -
CMYK 0.06 0 0.66 0.08
HSL 65.84º 0.79% 0.62% -
HSV(B) 65.84º 0.66% 0.92% -
XYZ 60.08 74.48 18.8 -
YUV 211.96 53.53 133.02 -
System Red Green Blue C M Y K H S L
Decimal 219 234 80 0.06 0 0.66 0.08 65.84 0.79 0.62
Hex DB EA 50 6 0 42 8 42 4F 3E
Octal 333 352 120 6 0 102 10 102 117 76
Binary 11011011 11101010 1010000 110 0 1000010 1000 1000010 1001111 111110

Color Harmonies of #DBEA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA50

Black with #DBEA50

Text Example


Text Example

White with #DBEA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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