Shades of Atlantis #95CE4D
Tints of Atlantis #95CE4D
RGB
CMYK
RGB Variations
Color information
#95CE4D (or 0x95CE4D) is known color: Atlantis. HEX triplet: 95, CE and 4D. RGB value is (149,206,77). Sum of RGB (Red+Green+Blue) = 149+206+77=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE4D is #6A31B2. Grayscale: #AEAEAE. Windows color (decimal): -6959539 or 5099157. OLE color: 5099157.
HSL color Cylindrical-coordinate representation of color #95CE4D: hue angle of 86.51º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95CE4D is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 77 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.19 |
| HSL | 86.51º | 0.57% | 0.55% | - |
| HSV(B) | 86.51º | 0.63% | 0.81% | - |
| XYZ | 35.81 | 51.07 | 14.99 | - |
| YUV | 174.25 | 73.12 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 77 | 0.28 | 0 | 0.63 | 0.19 | 86.51 | 0.57 | 0.55 |
| Hex | 95 | CE | 4D | 1C | 0 | 3F | 13 | 57 | 39 | 37 |
| Octal | 225 | 316 | 115 | 34 | 0 | 77 | 23 | 127 | 71 | 67 |
| Binary | 10010101 | 11001110 | 1001101 | 11100 | 0 | 111111 | 10011 | 1010111 | 111001 | 110111 |
Color Harmonies of #95CE4D
Complementary color
Monochromatic Colors of #95CE4D
Black with #95CE4D
Text Example
Text Example
White with #95CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CE4D; }
p { color: rgb(149,206,77); }
H1.HeaderClassName
{
color: #95CE4D;
}
.AnyTagClassName
{
color: #95CE4D;
}
</style>
background-color css
<style>
a { background-color: #95CE4D; }
a { background-color: rgb(149,206,77); }
div.DivClassName
{
background-color: #95CE4D;
}
.BgClassName
{
background-color: #95CE4D;
}
</style>
border-color css
<style>
span { border-color: #95CE4D; }
span { border-color: rgb(149,206,77); }
td.TdClassName
{
border-color: #95CE4D;
}
.TagClassName
{
border-color: #95CE4D;
}
</style>