Html Css Color HEX #6FCD50 Mantis

📋 copy color: '#6FCD50'

red 111 ◦ green 205 ◦ blue 80

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

Shades of Mantis #6FCD50

Tints of Mantis #6FCD50

RGB

 RED value IS 111 (43.75% from 255) = 28.03%

 GREEN value IS 205 (80.47% from 255) = 51.77%

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

R = 28.03%
G = 51.77%
B = 20.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#6FCD50 (or 0x6FCD50) is known color: Mantis. HEX triplet: 6F, CD and 50. RGB value is (111,205,80). Sum of RGB (Red+Green+Blue) = 111+205+80=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCD50 is #9032AF. Grayscale: #A3A3A3. Windows color (decimal): -9450160 or 5295471. OLE color: 5295471.

HSL color Cylindrical-coordinate representation of color #6FCD50: hue angle of 105.12º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FCD50 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 205 80 -
CMYK 0.46 0 0.61 0.20
HSL 105.12º 0.56% 0.56% -
HSV(B) 105.12º 0.61% 0.8% -
XYZ 29.83 47.62 15.21 -
YUV 162.64 81.36 91.16 -
System Red Green Blue C M Y K H S L
Decimal 111 205 80 0.46 0 0.61 0.20 105.12 0.56 0.56
Hex 6F CD 50 2E 0 3D 14 69 38 38
Octal 157 315 120 56 0 75 24 151 70 70
Binary 1101111 11001101 1010000 101110 0 111101 10100 1101001 111000 111000

Color Harmonies of #6FCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCD50

Black with #6FCD50

Text Example


Text Example

White with #6FCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,205,80); }

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

background-color css

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

 a { background-color: rgb(111,205,80); }

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

border-color css

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

 span { border-color: rgb(111,205,80); }

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