Shades of Atlantis #97D342
Tints of Atlantis #97D342
RGB
CMYK
RGB Variations
Color information
#97D342 (or 0x97D342) is known color: Atlantis. HEX triplet: 97, D3 and 42. RGB value is (151,211,66). Sum of RGB (Red+Green+Blue) = 151+211+66=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #97D342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D342 is #682CBD. Grayscale: #B1B1B1. Windows color (decimal): -6827198 or 4379543. OLE color: 4379543.
HSL color Cylindrical-coordinate representation of color #97D342: hue angle of 84.83º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97D342 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 211 | 66 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.17 |
| HSL | 84.83º | 0.62% | 0.54% | - |
| HSV(B) | 84.83º | 0.69% | 0.83% | - |
| XYZ | 37.04 | 53.56 | 13.54 | - |
| YUV | 176.53 | 65.62 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 211 | 66 | 0.28 | 0 | 0.69 | 0.17 | 84.83 | 0.62 | 0.54 |
| Hex | 97 | D3 | 42 | 1C | 0 | 45 | 11 | 55 | 3E | 36 |
| Octal | 227 | 323 | 102 | 34 | 0 | 105 | 21 | 125 | 76 | 66 |
| Binary | 10010111 | 11010011 | 1000010 | 11100 | 0 | 1000101 | 10001 | 1010101 | 111110 | 110110 |
Color Harmonies of #97D342
Complementary color
Monochromatic Colors of #97D342
Black with #97D342
Text Example
Text Example
White with #97D342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D342; }
p { color: rgb(151,211,66); }
H1.HeaderClassName
{
color: #97D342;
}
.AnyTagClassName
{
color: #97D342;
}
</style>
background-color css
<style>
a { background-color: #97D342; }
a { background-color: rgb(151,211,66); }
div.DivClassName
{
background-color: #97D342;
}
.BgClassName
{
background-color: #97D342;
}
</style>
border-color css
<style>
span { border-color: #97D342; }
span { border-color: rgb(151,211,66); }
td.TdClassName
{
border-color: #97D342;
}
.TagClassName
{
border-color: #97D342;
}
</style>