#7CD246

Color #7CD246 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #7CD246

Tints of Mantis #7CD246

Color information

#7CD246 (or 0x7CD246) is unknown color: approx 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

RGB12421070-
CMYK0.4100.670.18
HSL96.86º60.87%54.9%-
HSV(B)96.86º66.67%82.35%-
XYZ32.4650.8213.89-
YUV168.3372.5196.38-

RGB Variations

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

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 (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal124210700.4100.670.1896.8660.8754.9
Hex7CD2462904312613d37
Octal174322106510103221417567
Binary111110011010010100011010100101000011100101100001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>