Html Css Color HEX #68DB50 Mantis

📋 copy color: '#68DB50'

red 104 ◦ green 219 ◦ blue 80

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

Shades of Mantis #68DB50

Tints of Mantis #68DB50

RGB

 RED value IS 104 (41.02% from 255) = 25.81%

 GREEN value IS 219 (85.94% from 255) = 54.34%

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

R = 25.81%
G = 54.34%
B = 19.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#68DB50 (or 0x68DB50) is known color: Mantis. HEX triplet: 68, DB and 50. RGB value is (104,219,80). Sum of RGB (Red+Green+Blue) = 104+219+80=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DB50 is #9724AF. Grayscale: #A9A9A9. Windows color (decimal): -9905328 or 5299048. OLE color: 5299048.

HSL color Cylindrical-coordinate representation of color #68DB50: hue angle of 109.64º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68DB50 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 219 80 -
CMYK 0.53 0 0.63 0.14
HSL 109.64º 0.66% 0.59% -
HSV(B) 109.64º 0.63% 0.86% -
XYZ 32.49 54.19 16.34 -
YUV 168.77 77.9 81.8 -
System Red Green Blue C M Y K H S L
Decimal 104 219 80 0.53 0 0.63 0.14 109.64 0.66 0.59
Hex 68 DB 50 35 0 3F E 6E 42 3B
Octal 150 333 120 65 0 77 16 156 102 73
Binary 1101000 11011011 1010000 110101 0 111111 1110 1101110 1000010 111011

Color Harmonies of #68DB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DB50

Black with #68DB50

Text Example


Text Example

White with #68DB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68DB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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