#7CD93D

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

Shades of Atlantis #7CD93D

Tints of Atlantis #7CD93D

Color information

#7CD93D (or 0x7CD93D) is unknown color: approx Atlantis. HEX triplet: 7C, D9 and 3D. RGB value is (124,217,61). Sum of RGB (Red+Green+Blue) = 124+217+61=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #7CD93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD93D is #8326C2. Grayscale: #ABABAB. Windows color (decimal): -8595139 or 4053372. OLE color: 4053372.

HSL color Cylindrical-coordinate representation of color #7CD93D: hue angle of 95.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CD93D is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB12421761-
CMYK0.4300.720.15
HSL95.77º67.24%54.51%-
HSV(B)95.77º71.89%85.1%-
XYZ33.9754.2513.1-
YUV171.4165.6994.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.85%
GREEN value IS 217 (85.16% from 255) = 53.98%
BLUE value IS 61 (24.22% from 255) = 15.17%
R=30.85%
G=53.98%
B=15.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal124217610.4300.720.1595.7767.2454.51
Hex7CD93D2B048F604337
Octal174331755301101714010367
Binary11111001101100111110110101101001000111111000001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,217,61); }

 H1.HeaderClassName
 {
   color: #7CD93D;
 }
 .AnyTagClassName
 {
   color: #7CD93D;
 }
</style>
background-color css

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

 a { background-color: rgb(124,217,61); }

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

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

 span { border-color: rgb(124,217,61); }

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