Shades of Atlantis #95C350
Tints of Atlantis #95C350
RGB
CMYK
RGB Variations
Color information
#95C350 (or 0x95C350) is known color: Atlantis. HEX triplet: 95, C3 and 50. RGB value is (149,195,80). Sum of RGB (Red+Green+Blue) = 149+195+80=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #95C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C350 is #6A3CAF. Grayscale: #A8A8A8. Windows color (decimal): -6962352 or 5292949. OLE color: 5292949.
HSL color Cylindrical-coordinate representation of color #95C350: hue angle of 84º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95C350 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 195 | 80 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.24 |
| HSL | 84º | 0.49% | 0.54% | - |
| HSV(B) | 84º | 0.59% | 0.76% | - |
| XYZ | 33.36 | 46 | 14.71 | - |
| YUV | 168.14 | 78.26 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 195 | 80 | 0.24 | 0 | 0.59 | 0.24 | 84 | 0.49 | 0.54 |
| Hex | 95 | C3 | 50 | 18 | 0 | 3B | 18 | 54 | 31 | 36 |
| Octal | 225 | 303 | 120 | 30 | 0 | 73 | 30 | 124 | 61 | 66 |
| Binary | 10010101 | 11000011 | 1010000 | 11000 | 0 | 111011 | 11000 | 1010100 | 110001 | 110110 |
Color Harmonies of #95C350
Complementary color
Monochromatic Colors of #95C350
Black with #95C350
Text Example
Text Example
White with #95C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C350; }
p { color: rgb(149,195,80); }
H1.HeaderClassName
{
color: #95C350;
}
.AnyTagClassName
{
color: #95C350;
}
</style>
background-color css
<style>
a { background-color: #95C350; }
a { background-color: rgb(149,195,80); }
div.DivClassName
{
background-color: #95C350;
}
.BgClassName
{
background-color: #95C350;
}
</style>
border-color css
<style>
span { border-color: #95C350; }
span { border-color: rgb(149,195,80); }
td.TdClassName
{
border-color: #95C350;
}
.TagClassName
{
border-color: #95C350;
}
</style>