Shades of Atlantis #97C83A
Tints of Atlantis #97C83A
RGB
CMYK
RGB Variations
Color information
#97C83A (or 0x97C83A) is known color: Atlantis. HEX triplet: 97, C8 and 3A. RGB value is (151,200,58). Sum of RGB (Red+Green+Blue) = 151+200+58=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #97C83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C83A is #6837C5. Grayscale: #A9A9A9. Windows color (decimal): -6830022 or 3852439. OLE color: 3852439.
HSL color Cylindrical-coordinate representation of color #97C83A: hue angle of 80.7º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97C83A is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 200 | 58 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.22 |
| HSL | 80.7º | 0.56% | 0.51% | - |
| HSV(B) | 80.7º | 0.71% | 0.78% | - |
| XYZ | 34.18 | 48.19 | 11.5 | - |
| YUV | 169.16 | 65.27 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 200 | 58 | 0.24 | 0 | 0.71 | 0.22 | 80.7 | 0.56 | 0.51 |
| Hex | 97 | C8 | 3A | 18 | 0 | 47 | 16 | 51 | 38 | 33 |
| Octal | 227 | 310 | 72 | 30 | 0 | 107 | 26 | 121 | 70 | 63 |
| Binary | 10010111 | 11001000 | 111010 | 11000 | 0 | 1000111 | 10110 | 1010001 | 111000 | 110011 |
Color Harmonies of #97C83A
Complementary color
Monochromatic Colors of #97C83A
Black with #97C83A
Text Example
Text Example
White with #97C83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C83A; }
p { color: rgb(151,200,58); }
H1.HeaderClassName
{
color: #97C83A;
}
.AnyTagClassName
{
color: #97C83A;
}
</style>
background-color css
<style>
a { background-color: #97C83A; }
a { background-color: rgb(151,200,58); }
div.DivClassName
{
background-color: #97C83A;
}
.BgClassName
{
background-color: #97C83A;
}
</style>
border-color css
<style>
span { border-color: #97C83A; }
span { border-color: rgb(151,200,58); }
td.TdClassName
{
border-color: #97C83A;
}
.TagClassName
{
border-color: #97C83A;
}
</style>