Shades of Atlantis #7BF336
Tints of Atlantis #7BF336
RGB
CMYK
RGB Variations
Color information
#7BF336 (or 0x7BF336) is known color: Atlantis. HEX triplet: 7B, F3 and 36. RGB value is (123,243,54). Sum of RGB (Red+Green+Blue) = 123+243+54=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 243 (95.31% from 255 or 57.86% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 243 - color contains mainly: green. Hex color #7BF336 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7BF336 is #840CC9. Grayscale: #BABABA. Windows color (decimal): -8654026 or 3601275. OLE color: 3601275.
HSL color Cylindrical-coordinate representation of color #7BF336: hue angle of 98.1º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7BF336 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 243 | 54 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.05 |
| HSL | 98.1º | 0.89% | 0.58% | - |
| HSV(B) | 98.1º | 0.78% | 0.95% | - |
| XYZ | 40.88 | 68.58 | 14.57 | - |
| YUV | 185.57 | 53.74 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 243 | 54 | 0.49 | 0 | 0.78 | 0.05 | 98.1 | 0.89 | 0.58 |
| Hex | 7B | F3 | 36 | 31 | 0 | 4E | 5 | 62 | 59 | 3A |
| Octal | 173 | 363 | 66 | 61 | 0 | 116 | 5 | 142 | 131 | 72 |
| Binary | 1111011 | 11110011 | 110110 | 110001 | 0 | 1001110 | 101 | 1100010 | 1011001 | 111010 |
Color Harmonies of #7BF336
Complementary color
Monochromatic Colors of #7BF336
Black with #7BF336
Text Example
Text Example
White with #7BF336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF336; }
p { color: rgb(123,243,54); }
H1.HeaderClassName
{
color: #7BF336;
}
.AnyTagClassName
{
color: #7BF336;
}
</style>
background-color css
<style>
a { background-color: #7BF336; }
a { background-color: rgb(123,243,54); }
div.DivClassName
{
background-color: #7BF336;
}
.BgClassName
{
background-color: #7BF336;
}
</style>
border-color css
<style>
span { border-color: #7BF336; }
span { border-color: rgb(123,243,54); }
td.TdClassName
{
border-color: #7BF336;
}
.TagClassName
{
border-color: #7BF336;
}
</style>