Html Css Color HEX #7FCF40 Mantis

📋 copy color: '#7FCF40'

red 127 ◦ green 207 ◦ blue 64

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

Shades of Mantis #7FCF40

Tints of Mantis #7FCF40

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.01%

 BLUE value IS 64 (25.39% from 255) = 16.08%

R = 31.91%
G = 52.01%
B = 16.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#7FCF40 (or 0x7FCF40) is known color: Mantis. HEX triplet: 7F, CF and 40. RGB value is (127,207,64). Sum of RGB (Red+Green+Blue) = 127+207+64=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCF40 is #8030BF. Grayscale: #A7A7A7. Windows color (decimal): -8401088 or 4247423. OLE color: 4247423.

HSL color Cylindrical-coordinate representation of color #7FCF40: hue angle of 93.57º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FCF40 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 207 64 -
CMYK 0.39 0 0.69 0.19
HSL 93.57º 0.6% 0.53% -
HSV(B) 93.57º 0.69% 0.81% -
XYZ 31.99 49.51 12.72 -
YUV 166.78 70 99.63 -
System Red Green Blue C M Y K H S L
Decimal 127 207 64 0.39 0 0.69 0.19 93.57 0.6 0.53
Hex 7F CF 40 27 0 45 13 5E 3C 35
Octal 177 317 100 47 0 105 23 136 74 65
Binary 1111111 11001111 1000000 100111 0 1000101 10011 1011110 111100 110101

Color Harmonies of #7FCF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCF40

Black with #7FCF40

Text Example


Text Example

White with #7FCF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,207,64); }

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

background-color css

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

 a { background-color: rgb(127,207,64); }

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

border-color css

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

 span { border-color: rgb(127,207,64); }

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