Shades of Atlantis #70E733
Tints of Atlantis #70E733
RGB
CMYK
RGB Variations
Color information
#70E733 (or 0x70E733) is known color: Atlantis. HEX triplet: 70, E7 and 33. RGB value is (112,231,51). Sum of RGB (Red+Green+Blue) = 112+231+51=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 231 (90.62% from 255 or 58.63% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 231 - color contains mainly: green. Hex color #70E733 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E733 is #8F18CC. Grayscale: #AFAFAF. Windows color (decimal): -9377997 or 3401584. OLE color: 3401584.
HSL color Cylindrical-coordinate representation of color #70E733: hue angle of 99.67º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70E733 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 51 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.09 |
| HSL | 99.67º | 0.79% | 0.55% | - |
| HSV(B) | 99.67º | 0.78% | 0.91% | - |
| XYZ | 35.86 | 60.84 | 12.98 | - |
| YUV | 174.9 | 58.08 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 51 | 0.52 | 0 | 0.78 | 0.09 | 99.67 | 0.79 | 0.55 |
| Hex | 70 | E7 | 33 | 34 | 0 | 4E | 9 | 64 | 4F | 37 |
| Octal | 160 | 347 | 63 | 64 | 0 | 116 | 11 | 144 | 117 | 67 |
| Binary | 1110000 | 11100111 | 110011 | 110100 | 0 | 1001110 | 1001 | 1100100 | 1001111 | 110111 |
Color Harmonies of #70E733
Complementary color
Monochromatic Colors of #70E733
Black with #70E733
Text Example
Text Example
White with #70E733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E733; }
p { color: rgb(112,231,51); }
H1.HeaderClassName
{
color: #70E733;
}
.AnyTagClassName
{
color: #70E733;
}
</style>
background-color css
<style>
a { background-color: #70E733; }
a { background-color: rgb(112,231,51); }
div.DivClassName
{
background-color: #70E733;
}
.BgClassName
{
background-color: #70E733;
}
</style>
border-color css
<style>
span { border-color: #70E733; }
span { border-color: rgb(112,231,51); }
td.TdClassName
{
border-color: #70E733;
}
.TagClassName
{
border-color: #70E733;
}
</style>