Shades of Atlantis #7BF23D
Tints of Atlantis #7BF23D
RGB
CMYK
RGB Variations
Color information
#7BF23D (or 0x7BF23D) is known color: Atlantis. HEX triplet: 7B, F2 and 3D. RGB value is (123,242,61). Sum of RGB (Red+Green+Blue) = 123+242+61=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF23D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7BF23D is #840DC2. Grayscale: #BABABA. Windows color (decimal): -8654275 or 4059771. OLE color: 4059771.
HSL color Cylindrical-coordinate representation of color #7BF23D: hue angle of 99.45º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7BF23D is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 242 | 61 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.05 |
| HSL | 99.45º | 0.87% | 0.59% | - |
| HSV(B) | 99.45º | 0.75% | 0.95% | - |
| XYZ | 40.76 | 68.05 | 15.4 | - |
| YUV | 185.79 | 57.58 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 242 | 61 | 0.49 | 0 | 0.75 | 0.05 | 99.45 | 0.87 | 0.59 |
| Hex | 7B | F2 | 3D | 31 | 0 | 4B | 5 | 63 | 57 | 3B |
| Octal | 173 | 362 | 75 | 61 | 0 | 113 | 5 | 143 | 127 | 73 |
| Binary | 1111011 | 11110010 | 111101 | 110001 | 0 | 1001011 | 101 | 1100011 | 1010111 | 111011 |
Color Harmonies of #7BF23D
Complementary color
Monochromatic Colors of #7BF23D
Black with #7BF23D
Text Example
Text Example
White with #7BF23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF23D; }
p { color: rgb(123,242,61); }
H1.HeaderClassName
{
color: #7BF23D;
}
.AnyTagClassName
{
color: #7BF23D;
}
</style>
background-color css
<style>
a { background-color: #7BF23D; }
a { background-color: rgb(123,242,61); }
div.DivClassName
{
background-color: #7BF23D;
}
.BgClassName
{
background-color: #7BF23D;
}
</style>
border-color css
<style>
span { border-color: #7BF23D; }
span { border-color: rgb(123,242,61); }
td.TdClassName
{
border-color: #7BF23D;
}
.TagClassName
{
border-color: #7BF23D;
}
</style>