Html Css Color HEX #7CC14B Mantis

📋 copy color: '#7CC14B'

red 124 ◦ green 193 ◦ blue 75

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

Shades of Mantis #7CC14B

Tints of Mantis #7CC14B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.23%

 BLUE value IS 75 (29.69% from 255) = 19.13%

R = 31.63%
G = 49.23%
B = 19.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#7CC14B (or 0x7CC14B) is known color: Mantis. HEX triplet: 7C, C1 and 4B. RGB value is (124,193,75). Sum of RGB (Red+Green+Blue) = 124+193+75=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC14B is #833EB4. Grayscale: #9F9F9F. Windows color (decimal): -8601269 or 4964732. OLE color: 4964732.

HSL color Cylindrical-coordinate representation of color #7CC14B: hue angle of 95.08º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CC14B is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 193 75 -
CMYK 0.36 0 0.61 0.24
HSL 95.08º 0.49% 0.53% -
HSV(B) 95.08º 0.61% 0.76% -
XYZ 28.65 42.93 13.43 -
YUV 158.92 80.64 103.09 -
System Red Green Blue C M Y K H S L
Decimal 124 193 75 0.36 0 0.61 0.24 95.08 0.49 0.53
Hex 7C C1 4B 24 0 3D 18 5F 31 35
Octal 174 301 113 44 0 75 30 137 61 65
Binary 1111100 11000001 1001011 100100 0 111101 11000 1011111 110001 110101

Color Harmonies of #7CC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC14B

Black with #7CC14B

Text Example


Text Example

White with #7CC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,193,75); }

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

background-color css

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

 a { background-color: rgb(124,193,75); }

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

border-color css

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

 span { border-color: rgb(124,193,75); }

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