Html Css Color HEX #7CBF55 Mantis

📋 copy color: '#7CBF55'

red 124 ◦ green 191 ◦ blue 85

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

Shades of Mantis #7CBF55

Tints of Mantis #7CBF55

RGB

 RED value IS 124 (48.83% from 255) = 31%

 GREEN value IS 191 (75% from 255) = 47.75%

 BLUE value IS 85 (33.59% from 255) = 21.25%

R = 31%
G = 47.75%
B = 21.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#7CBF55 (or 0x7CBF55) is known color: Mantis. HEX triplet: 7C, BF and 55. RGB value is (124,191,85). Sum of RGB (Red+Green+Blue) = 124+191+85=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF55 is #8340AA. Grayscale: #9F9F9F. Windows color (decimal): -8601771 or 5619580. OLE color: 5619580.

HSL color Cylindrical-coordinate representation of color #7CBF55: hue angle of 97.92º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CBF55 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 191 85 -
CMYK 0.35 0 0.55 0.25
HSL 97.92º 0.45% 0.54% -
HSV(B) 97.92º 0.55% 0.75% -
XYZ 28.58 42.2 15.23 -
YUV 158.88 86.3 103.12 -
System Red Green Blue C M Y K H S L
Decimal 124 191 85 0.35 0 0.55 0.25 97.92 0.45 0.54
Hex 7C BF 55 23 0 37 19 62 2D 36
Octal 174 277 125 43 0 67 31 142 55 66
Binary 1111100 10111111 1010101 100011 0 110111 11001 1100010 101101 110110

Color Harmonies of #7CBF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF55

Black with #7CBF55

Text Example


Text Example

White with #7CBF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,191,85); }

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

background-color css

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

 a { background-color: rgb(124,191,85); }

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

border-color css

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

 span { border-color: rgb(124,191,85); }

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