Shades of Atlantis #95D93F
Tints of Atlantis #95D93F
RGB
CMYK
RGB Variations
Color information
#95D93F (or 0x95D93F) is known color: Atlantis. HEX triplet: 95, D9 and 3F. RGB value is (149,217,63). Sum of RGB (Red+Green+Blue) = 149+217+63=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #95D93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D93F is #6A26C0. Grayscale: #B3B3B3. Windows color (decimal): -6956737 or 4184469. OLE color: 4184469.
HSL color Cylindrical-coordinate representation of color #95D93F: hue angle of 86.49º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95D93F is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 217 | 63 | - |
| CMYK | 0.31 | 0 | 0.71 | 0.15 |
| HSL | 86.49º | 0.67% | 0.55% | - |
| HSV(B) | 86.49º | 0.71% | 0.85% | - |
| XYZ | 38.1 | 56.37 | 13.58 | - |
| YUV | 179.11 | 62.47 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 217 | 63 | 0.31 | 0 | 0.71 | 0.15 | 86.49 | 0.67 | 0.55 |
| Hex | 95 | D9 | 3F | 1F | 0 | 47 | F | 56 | 43 | 37 |
| Octal | 225 | 331 | 77 | 37 | 0 | 107 | 17 | 126 | 103 | 67 |
| Binary | 10010101 | 11011001 | 111111 | 11111 | 0 | 1000111 | 1111 | 1010110 | 1000011 | 110111 |
Color Harmonies of #95D93F
Complementary color
Monochromatic Colors of #95D93F
Black with #95D93F
Text Example
Text Example
White with #95D93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D93F; }
p { color: rgb(149,217,63); }
H1.HeaderClassName
{
color: #95D93F;
}
.AnyTagClassName
{
color: #95D93F;
}
</style>
background-color css
<style>
a { background-color: #95D93F; }
a { background-color: rgb(149,217,63); }
div.DivClassName
{
background-color: #95D93F;
}
.BgClassName
{
background-color: #95D93F;
}
</style>
border-color css
<style>
span { border-color: #95D93F; }
span { border-color: rgb(149,217,63); }
td.TdClassName
{
border-color: #95D93F;
}
.TagClassName
{
border-color: #95D93F;
}
</style>