Html Css Color HEX #7FCD41 Mantis

📋 copy color: '#7FCD41'

red 127 ◦ green 205 ◦ blue 65

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

Shades of Mantis #7FCD41

Tints of Mantis #7FCD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.37%

R = 31.99%
G = 51.64%
B = 16.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#7FCD41 (or 0x7FCD41) is known color: Mantis. HEX triplet: 7F, CD and 41. RGB value is (127,205,65). Sum of RGB (Red+Green+Blue) = 127+205+65=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCD41 is #8032BE. Grayscale: #A6A6A6. Windows color (decimal): -8401599 or 4312447. OLE color: 4312447.

HSL color Cylindrical-coordinate representation of color #7FCD41: hue angle of 93.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FCD41 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 205 65 -
CMYK 0.38 0 0.68 0.20
HSL 93.43º 0.58% 0.53% -
HSV(B) 93.43º 0.68% 0.8% -
XYZ 31.54 48.56 12.71 -
YUV 165.72 71.16 100.38 -
System Red Green Blue C M Y K H S L
Decimal 127 205 65 0.38 0 0.68 0.20 93.43 0.58 0.53
Hex 7F CD 41 26 0 44 14 5D 3A 35
Octal 177 315 101 46 0 104 24 135 72 65
Binary 1111111 11001101 1000001 100110 0 1000100 10100 1011101 111010 110101

Color Harmonies of #7FCD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD41

Black with #7FCD41

Text Example


Text Example

White with #7FCD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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