Shades of Atlantis #95BD42
Tints of Atlantis #95BD42
RGB
CMYK
RGB Variations
Color information
#95BD42 (or 0x95BD42) is known color: Atlantis. HEX triplet: 95, BD and 42. RGB value is (149,189,66). Sum of RGB (Red+Green+Blue) = 149+189+66=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BD42 is #6A42BD. Grayscale: #A3A3A3. Windows color (decimal): -6963902 or 4373909. OLE color: 4373909.
HSL color Cylindrical-coordinate representation of color #95BD42: hue angle of 79.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95BD42 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 66 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.26 |
| HSL | 79.51º | 0.48% | 0.5% | - |
| HSV(B) | 79.51º | 0.65% | 0.74% | - |
| XYZ | 31.58 | 43.18 | 11.82 | - |
| YUV | 163.02 | 73.25 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 66 | 0.21 | 0 | 0.65 | 0.26 | 79.51 | 0.48 | 0.5 |
| Hex | 95 | BD | 42 | 15 | 0 | 41 | 1A | 50 | 30 | 32 |
| Octal | 225 | 275 | 102 | 25 | 0 | 101 | 32 | 120 | 60 | 62 |
| Binary | 10010101 | 10111101 | 1000010 | 10101 | 0 | 1000001 | 11010 | 1010000 | 110000 | 110010 |
Color Harmonies of #95BD42
Complementary color
Monochromatic Colors of #95BD42
Black with #95BD42
Text Example
Text Example
White with #95BD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BD42; }
p { color: rgb(149,189,66); }
H1.HeaderClassName
{
color: #95BD42;
}
.AnyTagClassName
{
color: #95BD42;
}
</style>
background-color css
<style>
a { background-color: #95BD42; }
a { background-color: rgb(149,189,66); }
div.DivClassName
{
background-color: #95BD42;
}
.BgClassName
{
background-color: #95BD42;
}
</style>
border-color css
<style>
span { border-color: #95BD42; }
span { border-color: rgb(149,189,66); }
td.TdClassName
{
border-color: #95BD42;
}
.TagClassName
{
border-color: #95BD42;
}
</style>