Html Css Color HEX #DBF050 Manz

📋 copy color: '#DBF050'

red 219 ◦ green 240 ◦ blue 80

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

Shades of Manz #DBF050

Tints of Manz #DBF050

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.53%

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

R = 40.63%
G = 44.53%
B = 14.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#DBF050 (or 0xDBF050) is known color: Manz. HEX triplet: DB, F0 and 50. RGB value is (219,240,80). Sum of RGB (Red+Green+Blue) = 219+240+80=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF050 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF050 is #240FAF. Grayscale: #D8D8D8. Windows color (decimal): -2363312 or 5304539. OLE color: 5304539.

HSL color Cylindrical-coordinate representation of color #DBF050: hue angle of 67.88º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBF050 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 80 -
CMYK 0.09 0 0.67 0.06
HSL 67.88º 0.84% 0.63% -
HSV(B) 67.88º 0.67% 0.94% -
XYZ 61.82 77.96 19.38 -
YUV 215.48 51.54 130.51 -
System Red Green Blue C M Y K H S L
Decimal 219 240 80 0.09 0 0.67 0.06 67.88 0.84 0.63
Hex DB F0 50 9 0 43 6 44 54 3F
Octal 333 360 120 11 0 103 6 104 124 77
Binary 11011011 11110000 1010000 1001 0 1000011 110 1000100 1010100 111111

Color Harmonies of #DBF050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF050

Black with #DBF050

Text Example


Text Example

White with #DBF050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF050; }

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

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

background-color css

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

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

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

border-color css

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

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

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