Html Css Color HEX #7CD246 Mantis

📋 copy color: '#7CD246'

red 124 ◦ green 210 ◦ blue 70

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

Shades of Mantis #7CD246

Tints of Mantis #7CD246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.98%

 BLUE value IS 70 (27.73% from 255) = 17.33%

R = 30.69%
G = 51.98%
B = 17.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#7CD246 (or 0x7CD246) is known color: Mantis. HEX triplet: 7C, D2 and 46. RGB value is (124,210,70). Sum of RGB (Red+Green+Blue) = 124+210+70=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #7CD246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD246 is #832DB9. Grayscale: #A8A8A8. Windows color (decimal): -8596922 or 4641404. OLE color: 4641404.

HSL color Cylindrical-coordinate representation of color #7CD246: hue angle of 96.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CD246 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 124 210 70 -
CMYK 0.41 0 0.67 0.18
HSL 96.86º 0.61% 0.55% -
HSV(B) 96.86º 0.67% 0.82% -
XYZ 32.46 50.82 13.89 -
YUV 168.33 72.51 96.38 -
System Red Green Blue C M Y K H S L
Decimal 124 210 70 0.41 0 0.67 0.18 96.86 0.61 0.55
Hex 7C D2 46 29 0 43 12 61 3D 37
Octal 174 322 106 51 0 103 22 141 75 67
Binary 1111100 11010010 1000110 101001 0 1000011 10010 1100001 111101 110111

Color Harmonies of #7CD246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD246

Black with #7CD246

Text Example


Text Example

White with #7CD246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,210,70); }

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

background-color css

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

 a { background-color: rgb(124,210,70); }

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

border-color css

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

 span { border-color: rgb(124,210,70); }

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