Shades of Atlantis #95C748
Tints of Atlantis #95C748
RGB
CMYK
RGB Variations
Color information
#95C748 (or 0x95C748) is known color: Atlantis. HEX triplet: 95, C7 and 48. RGB value is (149,199,72). Sum of RGB (Red+Green+Blue) = 149+199+72=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #95C748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C748 is #6A38B7. Grayscale: #AAAAAA. Windows color (decimal): -6961336 or 4769685. OLE color: 4769685.
HSL color Cylindrical-coordinate representation of color #95C748: hue angle of 83.62º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95C748 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 199 | 72 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.22 |
| HSL | 83.62º | 0.53% | 0.53% | - |
| HSV(B) | 83.62º | 0.64% | 0.78% | - |
| XYZ | 33.99 | 47.7 | 13.55 | - |
| YUV | 169.57 | 72.94 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 199 | 72 | 0.25 | 0 | 0.64 | 0.22 | 83.62 | 0.53 | 0.53 |
| Hex | 95 | C7 | 48 | 19 | 0 | 40 | 16 | 54 | 35 | 35 |
| Octal | 225 | 307 | 110 | 31 | 0 | 100 | 26 | 124 | 65 | 65 |
| Binary | 10010101 | 11000111 | 1001000 | 11001 | 0 | 1000000 | 10110 | 1010100 | 110101 | 110101 |
Color Harmonies of #95C748
Complementary color
Monochromatic Colors of #95C748
Black with #95C748
Text Example
Text Example
White with #95C748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C748; }
p { color: rgb(149,199,72); }
H1.HeaderClassName
{
color: #95C748;
}
.AnyTagClassName
{
color: #95C748;
}
</style>
background-color css
<style>
a { background-color: #95C748; }
a { background-color: rgb(149,199,72); }
div.DivClassName
{
background-color: #95C748;
}
.BgClassName
{
background-color: #95C748;
}
</style>
border-color css
<style>
span { border-color: #95C748; }
span { border-color: rgb(149,199,72); }
td.TdClassName
{
border-color: #95C748;
}
.TagClassName
{
border-color: #95C748;
}
</style>