Shades of Atlantis #97CB3E
Tints of Atlantis #97CB3E
RGB
CMYK
RGB Variations
Color information
#97CB3E (or 0x97CB3E) is known color: Atlantis. HEX triplet: 97, CB and 3E. RGB value is (151,203,62). Sum of RGB (Red+Green+Blue) = 151+203+62=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #97CB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CB3E is #6834C1. Grayscale: #ABABAB. Windows color (decimal): -6829250 or 4115351. OLE color: 4115351.
HSL color Cylindrical-coordinate representation of color #97CB3E: hue angle of 82.13º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97CB3E is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 203 | 62 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.20 |
| HSL | 82.13º | 0.58% | 0.52% | - |
| HSV(B) | 82.13º | 0.69% | 0.8% | - |
| XYZ | 34.99 | 49.64 | 12.29 | - |
| YUV | 171.38 | 66.27 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 203 | 62 | 0.26 | 0 | 0.69 | 0.20 | 82.13 | 0.58 | 0.52 |
| Hex | 97 | CB | 3E | 1A | 0 | 45 | 14 | 52 | 3A | 34 |
| Octal | 227 | 313 | 76 | 32 | 0 | 105 | 24 | 122 | 72 | 64 |
| Binary | 10010111 | 11001011 | 111110 | 11010 | 0 | 1000101 | 10100 | 1010010 | 111010 | 110100 |
Color Harmonies of #97CB3E
Complementary color
Monochromatic Colors of #97CB3E
Black with #97CB3E
Text Example
Text Example
White with #97CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CB3E; }
p { color: rgb(151,203,62); }
H1.HeaderClassName
{
color: #97CB3E;
}
.AnyTagClassName
{
color: #97CB3E;
}
</style>
background-color css
<style>
a { background-color: #97CB3E; }
a { background-color: rgb(151,203,62); }
div.DivClassName
{
background-color: #97CB3E;
}
.BgClassName
{
background-color: #97CB3E;
}
</style>
border-color css
<style>
span { border-color: #97CB3E; }
span { border-color: rgb(151,203,62); }
td.TdClassName
{
border-color: #97CB3E;
}
.TagClassName
{
border-color: #97CB3E;
}
</style>