Html Css Color HEX #7CC248 Mantis

📋 copy color: '#7CC248'

red 124 ◦ green 194 ◦ blue 72

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

Shades of Mantis #7CC248

Tints of Mantis #7CC248

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.74%

 BLUE value IS 72 (28.52% from 255) = 18.46%

R = 31.79%
G = 49.74%
B = 18.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#7CC248 (or 0x7CC248) is known color: Mantis. HEX triplet: 7C, C2 and 48. RGB value is (124,194,72). Sum of RGB (Red+Green+Blue) = 124+194+72=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC248 is #833DB7. Grayscale: #9F9F9F. Windows color (decimal): -8601016 or 4768380. OLE color: 4768380.

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

Color convert

RGB 124 194 72 -
CMYK 0.36 0 0.63 0.24
HSL 94.43º 0.5% 0.52% -
HSV(B) 94.43º 0.63% 0.76% -
XYZ 28.77 43.34 12.98 -
YUV 159.16 78.81 102.92 -
System Red Green Blue C M Y K H S L
Decimal 124 194 72 0.36 0 0.63 0.24 94.43 0.5 0.52
Hex 7C C2 48 24 0 3F 18 5E 32 34
Octal 174 302 110 44 0 77 30 136 62 64
Binary 1111100 11000010 1001000 100100 0 111111 11000 1011110 110010 110100

Color Harmonies of #7CC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC248

Black with #7CC248

Text Example


Text Example

White with #7CC248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,194,72); }

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

background-color css

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

 a { background-color: rgb(124,194,72); }

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

border-color css

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

 span { border-color: rgb(124,194,72); }

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