Shades of Atlantis #7BF338
Tints of Atlantis #7BF338
RGB
CMYK
RGB Variations
Color information
#7BF338 (or 0x7BF338) is known color: Atlantis. HEX triplet: 7B, F3 and 38. RGB value is (123,243,56). Sum of RGB (Red+Green+Blue) = 123+243+56=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 243 (95.31% from 255 or 57.58% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 243 - color contains mainly: green. Hex color #7BF338 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7BF338 is #840CC7. Grayscale: #BABABA. Windows color (decimal): -8654024 or 3732347. OLE color: 3732347.
HSL color Cylindrical-coordinate representation of color #7BF338: hue angle of 98.5º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7BF338 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 243 | 56 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.05 |
| HSL | 98.5º | 0.89% | 0.59% | - |
| HSV(B) | 98.5º | 0.77% | 0.95% | - |
| XYZ | 40.93 | 68.6 | 14.82 | - |
| YUV | 185.8 | 54.74 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 243 | 56 | 0.49 | 0 | 0.77 | 0.05 | 98.5 | 0.89 | 0.59 |
| Hex | 7B | F3 | 38 | 31 | 0 | 4D | 5 | 63 | 59 | 3B |
| Octal | 173 | 363 | 70 | 61 | 0 | 115 | 5 | 143 | 131 | 73 |
| Binary | 1111011 | 11110011 | 111000 | 110001 | 0 | 1001101 | 101 | 1100011 | 1011001 | 111011 |
Color Harmonies of #7BF338
Complementary color
Monochromatic Colors of #7BF338
Black with #7BF338
Text Example
Text Example
White with #7BF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF338; }
p { color: rgb(123,243,56); }
H1.HeaderClassName
{
color: #7BF338;
}
.AnyTagClassName
{
color: #7BF338;
}
</style>
background-color css
<style>
a { background-color: #7BF338; }
a { background-color: rgb(123,243,56); }
div.DivClassName
{
background-color: #7BF338;
}
.BgClassName
{
background-color: #7BF338;
}
</style>
border-color css
<style>
span { border-color: #7BF338; }
span { border-color: rgb(123,243,56); }
td.TdClassName
{
border-color: #7BF338;
}
.TagClassName
{
border-color: #7BF338;
}
</style>