Shades of Atlantis #95B743
Tints of Atlantis #95B743
RGB
CMYK
RGB Variations
Color information
#95B743 (or 0x95B743) is known color: Atlantis. HEX triplet: 95, B7 and 43. RGB value is (149,183,67). Sum of RGB (Red+Green+Blue) = 149+183+67=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #95B743 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B743 is #6A48BC. Grayscale: #A0A0A0. Windows color (decimal): -6965437 or 4437909. OLE color: 4437909.
HSL color Cylindrical-coordinate representation of color #95B743: hue angle of 77.59º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95B743 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 183 | 67 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.28 |
| HSL | 77.59º | 0.46% | 0.49% | - |
| HSV(B) | 77.59º | 0.63% | 0.72% | - |
| XYZ | 30.34 | 40.66 | 11.56 | - |
| YUV | 159.61 | 75.74 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 183 | 67 | 0.19 | 0 | 0.63 | 0.28 | 77.59 | 0.46 | 0.49 |
| Hex | 95 | B7 | 43 | 13 | 0 | 3F | 1C | 4E | 2E | 31 |
| Octal | 225 | 267 | 103 | 23 | 0 | 77 | 34 | 116 | 56 | 61 |
| Binary | 10010101 | 10110111 | 1000011 | 10011 | 0 | 111111 | 11100 | 1001110 | 101110 | 110001 |
Color Harmonies of #95B743
Complementary color
Monochromatic Colors of #95B743
Black with #95B743
Text Example
Text Example
White with #95B743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B743; }
p { color: rgb(149,183,67); }
H1.HeaderClassName
{
color: #95B743;
}
.AnyTagClassName
{
color: #95B743;
}
</style>
background-color css
<style>
a { background-color: #95B743; }
a { background-color: rgb(149,183,67); }
div.DivClassName
{
background-color: #95B743;
}
.BgClassName
{
background-color: #95B743;
}
</style>
border-color css
<style>
span { border-color: #95B743; }
span { border-color: rgb(149,183,67); }
td.TdClassName
{
border-color: #95B743;
}
.TagClassName
{
border-color: #95B743;
}
</style>