Shades of Atlantis #7CEF3C
Tints of Atlantis #7CEF3C
RGB
CMYK
RGB Variations
Color information
#7CEF3C (or 0x7CEF3C) is known color: Atlantis. HEX triplet: 7C, EF and 3C. RGB value is (124,239,60). Sum of RGB (Red+Green+Blue) = 124+239+60=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 239 (93.75% from 255 or 56.50% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 239 - color contains mainly: green. Hex color #7CEF3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CEF3C is #8310C3. Grayscale: #B8B8B8. Windows color (decimal): -8589508 or 3993468. OLE color: 3993468.
HSL color Cylindrical-coordinate representation of color #7CEF3C: hue angle of 98.55º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CEF3C is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 239 | 60 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.06 |
| HSL | 98.55º | 0.85% | 0.59% | - |
| HSV(B) | 98.55º | 0.75% | 0.94% | - |
| XYZ | 39.99 | 66.34 | 14.97 | - |
| YUV | 184.21 | 57.9 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 239 | 60 | 0.48 | 0 | 0.75 | 0.06 | 98.55 | 0.85 | 0.59 |
| Hex | 7C | EF | 3C | 30 | 0 | 4B | 6 | 63 | 55 | 3B |
| Octal | 174 | 357 | 74 | 60 | 0 | 113 | 6 | 143 | 125 | 73 |
| Binary | 1111100 | 11101111 | 111100 | 110000 | 0 | 1001011 | 110 | 1100011 | 1010101 | 111011 |
Color Harmonies of #7CEF3C
Complementary color
Monochromatic Colors of #7CEF3C
Black with #7CEF3C
Text Example
Text Example
White with #7CEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEF3C; }
p { color: rgb(124,239,60); }
H1.HeaderClassName
{
color: #7CEF3C;
}
.AnyTagClassName
{
color: #7CEF3C;
}
</style>
background-color css
<style>
a { background-color: #7CEF3C; }
a { background-color: rgb(124,239,60); }
div.DivClassName
{
background-color: #7CEF3C;
}
.BgClassName
{
background-color: #7CEF3C;
}
</style>
border-color css
<style>
span { border-color: #7CEF3C; }
span { border-color: rgb(124,239,60); }
td.TdClassName
{
border-color: #7CEF3C;
}
.TagClassName
{
border-color: #7CEF3C;
}
</style>