Shades of Atlantis #97D23C
Tints of Atlantis #97D23C
RGB
CMYK
RGB Variations
Color information
#97D23C (or 0x97D23C) is known color: Atlantis. HEX triplet: 97, D2 and 3C. RGB value is (151,210,60). Sum of RGB (Red+Green+Blue) = 151+210+60=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #97D23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D23C is #682DC3. Grayscale: #AFAFAF. Windows color (decimal): -6827460 or 3986071. OLE color: 3986071.
HSL color Cylindrical-coordinate representation of color #97D23C: hue angle of 83.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97D23C is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 210 | 60 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.18 |
| HSL | 83.6º | 0.63% | 0.53% | - |
| HSV(B) | 83.6º | 0.71% | 0.82% | - |
| XYZ | 36.62 | 53 | 12.57 | - |
| YUV | 175.26 | 62.95 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 210 | 60 | 0.28 | 0 | 0.71 | 0.18 | 83.6 | 0.63 | 0.53 |
| Hex | 97 | D2 | 3C | 1C | 0 | 47 | 12 | 54 | 3E | 35 |
| Octal | 227 | 322 | 74 | 34 | 0 | 107 | 22 | 124 | 76 | 65 |
| Binary | 10010111 | 11010010 | 111100 | 11100 | 0 | 1000111 | 10010 | 1010100 | 111110 | 110101 |
Color Harmonies of #97D23C
Complementary color
Monochromatic Colors of #97D23C
Black with #97D23C
Text Example
Text Example
White with #97D23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D23C; }
p { color: rgb(151,210,60); }
H1.HeaderClassName
{
color: #97D23C;
}
.AnyTagClassName
{
color: #97D23C;
}
</style>
background-color css
<style>
a { background-color: #97D23C; }
a { background-color: rgb(151,210,60); }
div.DivClassName
{
background-color: #97D23C;
}
.BgClassName
{
background-color: #97D23C;
}
</style>
border-color css
<style>
span { border-color: #97D23C; }
span { border-color: rgb(151,210,60); }
td.TdClassName
{
border-color: #97D23C;
}
.TagClassName
{
border-color: #97D23C;
}
</style>