Html Css Color HEX #7FD541 Mantis

📋 copy color: '#7FD541'

red 127 ◦ green 213 ◦ blue 65

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

Shades of Mantis #7FD541

Tints of Mantis #7FD541

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.59%

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

R = 31.36%
G = 52.59%
B = 16.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#7FD541 (or 0x7FD541) is known color: Mantis. HEX triplet: 7F, D5 and 41. RGB value is (127,213,65). Sum of RGB (Red+Green+Blue) = 127+213+65=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD541 is #802ABE. Grayscale: #AAAAAA. Windows color (decimal): -8399551 or 4314495. OLE color: 4314495.

HSL color Cylindrical-coordinate representation of color #7FD541: hue angle of 94.86º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FD541 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 213 65 -
CMYK 0.40 0 0.69 0.16
HSL 94.86º 0.64% 0.55% -
HSV(B) 94.86º 0.69% 0.84% -
XYZ 33.5 52.48 13.37 -
YUV 170.41 68.51 97.03 -
System Red Green Blue C M Y K H S L
Decimal 127 213 65 0.40 0 0.69 0.16 94.86 0.64 0.55
Hex 7F D5 41 28 0 45 10 5F 40 37
Octal 177 325 101 50 0 105 20 137 100 67
Binary 1111111 11010101 1000001 101000 0 1000101 10000 1011111 1000000 110111

Color Harmonies of #7FD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD541

Black with #7FD541

Text Example


Text Example

White with #7FD541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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