Html Css Color HEX #6CD650 Mantis

📋 copy color: '#6CD650'

red 108 ◦ green 214 ◦ blue 80

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

Shades of Mantis #6CD650

Tints of Mantis #6CD650

RGB

 RED value IS 108 (42.58% from 255) = 26.87%

 GREEN value IS 214 (83.98% from 255) = 53.23%

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

R = 26.87%
G = 53.23%
B = 19.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#6CD650 (or 0x6CD650) is known color: Mantis. HEX triplet: 6C, D6 and 50. RGB value is (108,214,80). Sum of RGB (Red+Green+Blue) = 108+214+80=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 214 (83.98% from 255 or 53.23% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 214 - color contains mainly: green. Hex color #6CD650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD650 is #9329AF. Grayscale: #A7A7A7. Windows color (decimal): -9644464 or 5297772. OLE color: 5297772.

HSL color Cylindrical-coordinate representation of color #6CD650: hue angle of 107.46º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6CD650 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 108 214 80 -
CMYK 0.50 0 0.63 0.16
HSL 107.46º 0.62% 0.58% -
HSV(B) 107.46º 0.63% 0.84% -
XYZ 31.68 51.86 15.93 -
YUV 167.03 78.88 85.9 -
System Red Green Blue C M Y K H S L
Decimal 108 214 80 0.50 0 0.63 0.16 107.46 0.62 0.58
Hex 6C D6 50 32 0 3F 10 6B 3E 3A
Octal 154 326 120 62 0 77 20 153 76 72
Binary 1101100 11010110 1010000 110010 0 111111 10000 1101011 111110 111010

Color Harmonies of #6CD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD650

Black with #6CD650

Text Example


Text Example

White with #6CD650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CD650; }

 p { color: rgb(108,214,80); }

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

background-color css

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

 a { background-color: rgb(108,214,80); }

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

border-color css

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

 span { border-color: rgb(108,214,80); }

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