Html Css Color HEX #7FCD6A Mantis

📋 copy color: '#7FCD6A'

red 127 ◦ green 205 ◦ blue 106

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

Shades of Mantis #7FCD6A

Tints of Mantis #7FCD6A

RGB

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

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

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

R = 29%
G = 46.8%
B = 24.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#7FCD6A (or 0x7FCD6A) is known color: Mantis. HEX triplet: 7F, CD and 6A. RGB value is (127,205,106). Sum of RGB (Red+Green+Blue) = 127+205+106=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCD6A is #803295. Grayscale: #AAAAAA. Windows color (decimal): -8401558 or 6999423. OLE color: 6999423.

HSL color Cylindrical-coordinate representation of color #7FCD6A: hue angle of 107.27º degrees, saturation: 0.5, 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 #7FCD6A is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 205 106 -
CMYK 0.38 0 0.48 0.20
HSL 107.27º 0.5% 0.61% -
HSV(B) 107.27º 0.48% 0.8% -
XYZ 33.19 49.22 21.39 -
YUV 170.39 91.66 97.05 -
System Red Green Blue C M Y K H S L
Decimal 127 205 106 0.38 0 0.48 0.20 107.27 0.5 0.61
Hex 7F CD 6A 26 0 30 14 6B 32 3D
Octal 177 315 152 46 0 60 24 153 62 75
Binary 1111111 11001101 1101010 100110 0 110000 10100 1101011 110010 111101

Color Harmonies of #7FCD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD6A

Black with #7FCD6A

Text Example


Text Example

White with #7FCD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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