Shades of Atlantis #97DF32
Tints of Atlantis #97DF32
RGB
CMYK
RGB Variations
Color information
#97DF32 (or 0x97DF32) is known color: Atlantis. HEX triplet: 97, DF and 32. RGB value is (151,223,50). Sum of RGB (Red+Green+Blue) = 151+223+50=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97DF32 is #6820CD. Grayscale: #B6B6B6. Windows color (decimal): -6824142 or 3334039. OLE color: 3334039.
HSL color Cylindrical-coordinate representation of color #97DF32: hue angle of 84.97º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #97DF32 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 223 | 50 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.13 |
| HSL | 84.97º | 0.73% | 0.54% | - |
| HSV(B) | 84.97º | 0.78% | 0.87% | - |
| XYZ | 39.73 | 59.58 | 12.42 | - |
| YUV | 181.75 | 53.65 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 223 | 50 | 0.32 | 0 | 0.78 | 0.13 | 84.97 | 0.73 | 0.54 |
| Hex | 97 | DF | 32 | 20 | 0 | 4E | D | 55 | 49 | 36 |
| Octal | 227 | 337 | 62 | 40 | 0 | 116 | 15 | 125 | 111 | 66 |
| Binary | 10010111 | 11011111 | 110010 | 100000 | 0 | 1001110 | 1101 | 1010101 | 1001001 | 110110 |
Color Harmonies of #97DF32
Complementary color
Monochromatic Colors of #97DF32
Black with #97DF32
Text Example
Text Example
White with #97DF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DF32; }
p { color: rgb(151,223,50); }
H1.HeaderClassName
{
color: #97DF32;
}
.AnyTagClassName
{
color: #97DF32;
}
</style>
background-color css
<style>
a { background-color: #97DF32; }
a { background-color: rgb(151,223,50); }
div.DivClassName
{
background-color: #97DF32;
}
.BgClassName
{
background-color: #97DF32;
}
</style>
border-color css
<style>
span { border-color: #97DF32; }
span { border-color: rgb(151,223,50); }
td.TdClassName
{
border-color: #97DF32;
}
.TagClassName
{
border-color: #97DF32;
}
</style>