Html Css Color HEX #7FCA41 Mantis

📋 copy color: '#7FCA41'

red 127 ◦ green 202 ◦ blue 65

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

Shades of Mantis #7FCA41

Tints of Mantis #7FCA41

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.27%

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

R = 32.23%
G = 51.27%
B = 16.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#7FCA41 (or 0x7FCA41) is known color: Mantis. HEX triplet: 7F, CA and 41. RGB value is (127,202,65). Sum of RGB (Red+Green+Blue) = 127+202+65=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCA41 is #8035BE. Grayscale: #A4A4A4. Windows color (decimal): -8402367 or 4311679. OLE color: 4311679.

HSL color Cylindrical-coordinate representation of color #7FCA41: hue angle of 92.85º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FCA41 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 202 65 -
CMYK 0.37 0 0.68 0.21
HSL 92.85º 0.56% 0.52% -
HSV(B) 92.85º 0.68% 0.79% -
XYZ 30.83 47.13 12.47 -
YUV 163.96 72.15 101.64 -
System Red Green Blue C M Y K H S L
Decimal 127 202 65 0.37 0 0.68 0.21 92.85 0.56 0.52
Hex 7F CA 41 25 0 44 15 5D 38 34
Octal 177 312 101 45 0 104 25 135 70 64
Binary 1111111 11001010 1000001 100101 0 1000100 10101 1011101 111000 110100

Color Harmonies of #7FCA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCA41

Black with #7FCA41

Text Example


Text Example

White with #7FCA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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