Html Css Color HEX #7FCB6A Mantis

📋 copy color: '#7FCB6A'

red 127 ◦ green 203 ◦ blue 106

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

Shades of Mantis #7FCB6A

Tints of Mantis #7FCB6A

RGB

 RED value IS 127 (50% from 255) = 29.13%

 GREEN value IS 203 (79.69% from 255) = 46.56%

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 29.13%
G = 46.56%
B = 24.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#7FCB6A (or 0x7FCB6A) is known color: Mantis. HEX triplet: 7F, CB and 6A. RGB value is (127,203,106). Sum of RGB (Red+Green+Blue) = 127+203+106=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCB6A is #803495. Grayscale: #A9A9A9. Windows color (decimal): -8402070 or 6998911. OLE color: 6998911.

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

Color convert

RGB 127 203 106 -
CMYK 0.37 0 0.48 0.20
HSL 107.01º 0.48% 0.61% -
HSV(B) 107.01º 0.48% 0.8% -
XYZ 32.71 48.26 21.23 -
YUV 169.22 92.32 97.89 -
System Red Green Blue C M Y K H S L
Decimal 127 203 106 0.37 0 0.48 0.20 107.01 0.48 0.61
Hex 7F CB 6A 25 0 30 14 6B 30 3D
Octal 177 313 152 45 0 60 24 153 60 75
Binary 1111111 11001011 1101010 100101 0 110000 10100 1101011 110000 111101

Color Harmonies of #7FCB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCB6A

Black with #7FCB6A

Text Example


Text Example

White with #7FCB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FCB6A; }

 p { color: rgb(127,203,106); }

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

background-color css

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

 a { background-color: rgb(127,203,106); }

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

border-color css

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

 span { border-color: rgb(127,203,106); }

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