Shades of Atlantis #95BE4E
Tints of Atlantis #95BE4E
RGB
CMYK
RGB Variations
Color information
#95BE4E (or 0x95BE4E) is known color: Atlantis. HEX triplet: 95, BE and 4E. RGB value is (149,190,78). Sum of RGB (Red+Green+Blue) = 149+190+78=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 190 - color contains mainly: green. Hex color #95BE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BE4E is #6A41B1. Grayscale: #A5A5A5. Windows color (decimal): -6963634 or 5160597. OLE color: 5160597.
HSL color Cylindrical-coordinate representation of color #95BE4E: hue angle of 81.96º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95BE4E is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 190 | 78 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.25 |
| HSL | 81.96º | 0.46% | 0.53% | - |
| HSV(B) | 81.96º | 0.59% | 0.75% | - |
| XYZ | 32.18 | 43.77 | 13.96 | - |
| YUV | 164.97 | 78.92 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 190 | 78 | 0.22 | 0 | 0.59 | 0.25 | 81.96 | 0.46 | 0.53 |
| Hex | 95 | BE | 4E | 16 | 0 | 3B | 19 | 52 | 2E | 35 |
| Octal | 225 | 276 | 116 | 26 | 0 | 73 | 31 | 122 | 56 | 65 |
| Binary | 10010101 | 10111110 | 1001110 | 10110 | 0 | 111011 | 11001 | 1010010 | 101110 | 110101 |
Color Harmonies of #95BE4E
Complementary color
Monochromatic Colors of #95BE4E
Black with #95BE4E
Text Example
Text Example
White with #95BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BE4E; }
p { color: rgb(149,190,78); }
H1.HeaderClassName
{
color: #95BE4E;
}
.AnyTagClassName
{
color: #95BE4E;
}
</style>
background-color css
<style>
a { background-color: #95BE4E; }
a { background-color: rgb(149,190,78); }
div.DivClassName
{
background-color: #95BE4E;
}
.BgClassName
{
background-color: #95BE4E;
}
</style>
border-color css
<style>
span { border-color: #95BE4E; }
span { border-color: rgb(149,190,78); }
td.TdClassName
{
border-color: #95BE4E;
}
.TagClassName
{
border-color: #95BE4E;
}
</style>