Shades of Atlantis #7CE13F
Tints of Atlantis #7CE13F
RGB
CMYK
RGB Variations
Color information
#7CE13F (or 0x7CE13F) is known color: Atlantis. HEX triplet: 7C, E1 and 3F. RGB value is (124,225,63). Sum of RGB (Red+Green+Blue) = 124+225+63=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 225 (88.28% from 255 or 54.61% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 225 - color contains mainly: green. Hex color #7CE13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CE13F is #831EC0. Grayscale: #B0B0B0. Windows color (decimal): -8593089 or 4186492. OLE color: 4186492.
HSL color Cylindrical-coordinate representation of color #7CE13F: hue angle of 97.41º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CE13F is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 225 | 63 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.12 |
| HSL | 97.41º | 0.73% | 0.56% | - |
| HSV(B) | 97.41º | 0.72% | 0.88% | - |
| XYZ | 36.13 | 58.49 | 14.09 | - |
| YUV | 176.33 | 64.04 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 225 | 63 | 0.45 | 0 | 0.72 | 0.12 | 97.41 | 0.73 | 0.56 |
| Hex | 7C | E1 | 3F | 2D | 0 | 48 | C | 61 | 49 | 38 |
| Octal | 174 | 341 | 77 | 55 | 0 | 110 | 14 | 141 | 111 | 70 |
| Binary | 1111100 | 11100001 | 111111 | 101101 | 0 | 1001000 | 1100 | 1100001 | 1001001 | 111000 |
Color Harmonies of #7CE13F
Complementary color
Monochromatic Colors of #7CE13F
Black with #7CE13F
Text Example
Text Example
White with #7CE13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE13F; }
p { color: rgb(124,225,63); }
H1.HeaderClassName
{
color: #7CE13F;
}
.AnyTagClassName
{
color: #7CE13F;
}
</style>
background-color css
<style>
a { background-color: #7CE13F; }
a { background-color: rgb(124,225,63); }
div.DivClassName
{
background-color: #7CE13F;
}
.BgClassName
{
background-color: #7CE13F;
}
</style>
border-color css
<style>
span { border-color: #7CE13F; }
span { border-color: rgb(124,225,63); }
td.TdClassName
{
border-color: #7CE13F;
}
.TagClassName
{
border-color: #7CE13F;
}
</style>