Html Css Color HEX #DBEE50 Manz

📋 copy color: '#DBEE50'

red 219 ◦ green 238 ◦ blue 80

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

Shades of Manz #DBEE50

Tints of Manz #DBEE50

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.32%

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

R = 40.78%
G = 44.32%
B = 14.9%

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

#DBEE50 (or 0xDBEE50) is known color: Manz. HEX triplet: DB, EE and 50. RGB value is (219,238,80). Sum of RGB (Red+Green+Blue) = 219+238+80=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEE50 is #2411AF. Grayscale: #D6D6D6. Windows color (decimal): -2363824 or 5304027. OLE color: 5304027.

HSL color Cylindrical-coordinate representation of color #DBEE50: hue angle of 67.22º degrees, saturation: 0.82, 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 #DBEE50 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 80 -
CMYK 0.08 0 0.66 0.07
HSL 67.22º 0.82% 0.62% -
HSV(B) 67.22º 0.66% 0.93% -
XYZ 61.24 76.79 19.18 -
YUV 214.31 52.21 131.35 -
System Red Green Blue C M Y K H S L
Decimal 219 238 80 0.08 0 0.66 0.07 67.22 0.82 0.62
Hex DB EE 50 8 0 42 7 43 52 3E
Octal 333 356 120 10 0 102 7 103 122 76
Binary 11011011 11101110 1010000 1000 0 1000010 111 1000011 1010010 111110

Color Harmonies of #DBEE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE50

Black with #DBEE50

Text Example


Text Example

White with #DBEE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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