Shades of Atlantis #7CE63C
Tints of Atlantis #7CE63C
RGB
CMYK
RGB Variations
Color information
#7CE63C (or 0x7CE63C) is known color: Atlantis. HEX triplet: 7C, E6 and 3C. RGB value is (124,230,60). Sum of RGB (Red+Green+Blue) = 124+230+60=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 230 (90.23% from 255 or 55.56% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE63C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CE63C is #8319C3. Grayscale: #B3B3B3. Windows color (decimal): -8591812 or 3991164. OLE color: 3991164.
HSL color Cylindrical-coordinate representation of color #7CE63C: hue angle of 97.41º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CE63C is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 60 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.10 |
| HSL | 97.41º | 0.77% | 0.57% | - |
| HSV(B) | 97.41º | 0.74% | 0.9% | - |
| XYZ | 37.42 | 61.2 | 14.12 | - |
| YUV | 178.93 | 60.88 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 60 | 0.46 | 0 | 0.74 | 0.10 | 97.41 | 0.77 | 0.57 |
| Hex | 7C | E6 | 3C | 2E | 0 | 4A | A | 61 | 4D | 39 |
| Octal | 174 | 346 | 74 | 56 | 0 | 112 | 12 | 141 | 115 | 71 |
| Binary | 1111100 | 11100110 | 111100 | 101110 | 0 | 1001010 | 1010 | 1100001 | 1001101 | 111001 |
Color Harmonies of #7CE63C
Complementary color
Monochromatic Colors of #7CE63C
Black with #7CE63C
Text Example
Text Example
White with #7CE63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE63C; }
p { color: rgb(124,230,60); }
H1.HeaderClassName
{
color: #7CE63C;
}
.AnyTagClassName
{
color: #7CE63C;
}
</style>
background-color css
<style>
a { background-color: #7CE63C; }
a { background-color: rgb(124,230,60); }
div.DivClassName
{
background-color: #7CE63C;
}
.BgClassName
{
background-color: #7CE63C;
}
</style>
border-color css
<style>
span { border-color: #7CE63C; }
span { border-color: rgb(124,230,60); }
td.TdClassName
{
border-color: #7CE63C;
}
.TagClassName
{
border-color: #7CE63C;
}
</style>