Shades of Atlantis #95C73D
Tints of Atlantis #95C73D
RGB
CMYK
RGB Variations
Color information
#95C73D (or 0x95C73D) is known color: Atlantis. HEX triplet: 95, C7 and 3D. RGB value is (149,199,61). Sum of RGB (Red+Green+Blue) = 149+199+61=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 199 - color contains mainly: green. Hex color #95C73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C73D is #6A38C2. Grayscale: #A8A8A8. Windows color (decimal): -6961347 or 4048789. OLE color: 4048789.
HSL color Cylindrical-coordinate representation of color #95C73D: hue angle of 81.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95C73D is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 199 | 61 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.22 |
| HSL | 81.74º | 0.55% | 0.51% | - |
| HSV(B) | 81.74º | 0.69% | 0.78% | - |
| XYZ | 33.66 | 47.57 | 11.82 | - |
| YUV | 168.32 | 67.44 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 199 | 61 | 0.25 | 0 | 0.69 | 0.22 | 81.74 | 0.55 | 0.51 |
| Hex | 95 | C7 | 3D | 19 | 0 | 45 | 16 | 52 | 37 | 33 |
| Octal | 225 | 307 | 75 | 31 | 0 | 105 | 26 | 122 | 67 | 63 |
| Binary | 10010101 | 11000111 | 111101 | 11001 | 0 | 1000101 | 10110 | 1010010 | 110111 | 110011 |
Color Harmonies of #95C73D
Complementary color
Monochromatic Colors of #95C73D
Black with #95C73D
Text Example
Text Example
White with #95C73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C73D; }
p { color: rgb(149,199,61); }
H1.HeaderClassName
{
color: #95C73D;
}
.AnyTagClassName
{
color: #95C73D;
}
</style>
background-color css
<style>
a { background-color: #95C73D; }
a { background-color: rgb(149,199,61); }
div.DivClassName
{
background-color: #95C73D;
}
.BgClassName
{
background-color: #95C73D;
}
</style>
border-color css
<style>
span { border-color: #95C73D; }
span { border-color: rgb(149,199,61); }
td.TdClassName
{
border-color: #95C73D;
}
.TagClassName
{
border-color: #95C73D;
}
</style>