Shades of Atlantis #7BED30
Tints of Atlantis #7BED30
RGB
CMYK
RGB Variations
Color information
#7BED30 (or 0x7BED30) is known color: Atlantis. HEX triplet: 7B, ED and 30. RGB value is (123,237,48). Sum of RGB (Red+Green+Blue) = 123+237+48=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 237 (92.97% from 255 or 58.09% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 237 - color contains mainly: green. Hex color #7BED30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7BED30 is #8412CF. Grayscale: #B6B6B6. Windows color (decimal): -8655568 or 3206523. OLE color: 3206523.
HSL color Cylindrical-coordinate representation of color #7BED30: hue angle of 96.19º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7BED30 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 237 | 48 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.07 |
| HSL | 96.19º | 0.84% | 0.56% | - |
| HSV(B) | 96.19º | 0.8% | 0.93% | - |
| XYZ | 38.99 | 64.99 | 13.29 | - |
| YUV | 181.37 | 52.73 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 237 | 48 | 0.48 | 0 | 0.80 | 0.07 | 96.19 | 0.84 | 0.56 |
| Hex | 7B | ED | 30 | 30 | 0 | 50 | 7 | 60 | 54 | 38 |
| Octal | 173 | 355 | 60 | 60 | 0 | 120 | 7 | 140 | 124 | 70 |
| Binary | 1111011 | 11101101 | 110000 | 110000 | 0 | 1010000 | 111 | 1100000 | 1010100 | 111000 |
Color Harmonies of #7BED30
Complementary color
Monochromatic Colors of #7BED30
Black with #7BED30
Text Example
Text Example
White with #7BED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BED30; }
p { color: rgb(123,237,48); }
H1.HeaderClassName
{
color: #7BED30;
}
.AnyTagClassName
{
color: #7BED30;
}
</style>
background-color css
<style>
a { background-color: #7BED30; }
a { background-color: rgb(123,237,48); }
div.DivClassName
{
background-color: #7BED30;
}
.BgClassName
{
background-color: #7BED30;
}
</style>
border-color css
<style>
span { border-color: #7BED30; }
span { border-color: rgb(123,237,48); }
td.TdClassName
{
border-color: #7BED30;
}
.TagClassName
{
border-color: #7BED30;
}
</style>