Shades of Atlantis #7BED32
Tints of Atlantis #7BED32
RGB
CMYK
RGB Variations
Color information
#7BED32 (or 0x7BED32) is known color: Atlantis. HEX triplet: 7B, ED and 32. RGB value is (123,237,50). Sum of RGB (Red+Green+Blue) = 123+237+50=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 237 (92.97% from 255 or 57.80% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 237 - color contains mainly: green. Hex color #7BED32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7BED32 is #8412CD. Grayscale: #B6B6B6. Windows color (decimal): -8655566 or 3337595. OLE color: 3337595.
HSL color Cylindrical-coordinate representation of color #7BED32: hue angle of 96.58º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7BED32 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 237 | 50 | - |
| CMYK | 0.48 | 0 | 0.79 | 0.07 |
| HSL | 96.58º | 0.84% | 0.56% | - |
| HSV(B) | 96.58º | 0.79% | 0.93% | - |
| XYZ | 39.03 | 65.01 | 13.51 | - |
| YUV | 181.6 | 53.73 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 237 | 50 | 0.48 | 0 | 0.79 | 0.07 | 96.58 | 0.84 | 0.56 |
| Hex | 7B | ED | 32 | 30 | 0 | 4F | 7 | 61 | 54 | 38 |
| Octal | 173 | 355 | 62 | 60 | 0 | 117 | 7 | 141 | 124 | 70 |
| Binary | 1111011 | 11101101 | 110010 | 110000 | 0 | 1001111 | 111 | 1100001 | 1010100 | 111000 |
Color Harmonies of #7BED32
Complementary color
Monochromatic Colors of #7BED32
Black with #7BED32
Text Example
Text Example
White with #7BED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BED32; }
p { color: rgb(123,237,50); }
H1.HeaderClassName
{
color: #7BED32;
}
.AnyTagClassName
{
color: #7BED32;
}
</style>
background-color css
<style>
a { background-color: #7BED32; }
a { background-color: rgb(123,237,50); }
div.DivClassName
{
background-color: #7BED32;
}
.BgClassName
{
background-color: #7BED32;
}
</style>
border-color css
<style>
span { border-color: #7BED32; }
span { border-color: rgb(123,237,50); }
td.TdClassName
{
border-color: #7BED32;
}
.TagClassName
{
border-color: #7BED32;
}
</style>