Shades of Atlantis #95CB4D
Tints of Atlantis #95CB4D
RGB
CMYK
RGB Variations
Color information
#95CB4D (or 0x95CB4D) is known color: Atlantis. HEX triplet: 95, CB and 4D. RGB value is (149,203,77). Sum of RGB (Red+Green+Blue) = 149+203+77=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #95CB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CB4D is #6A34B2. Grayscale: #ACACAC. Windows color (decimal): -6960307 or 5098389. OLE color: 5098389.
HSL color Cylindrical-coordinate representation of color #95CB4D: hue angle of 85.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95CB4D is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 203 | 77 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.20 |
| HSL | 85.71º | 0.55% | 0.55% | - |
| HSV(B) | 85.71º | 0.62% | 0.8% | - |
| XYZ | 35.09 | 49.64 | 14.75 | - |
| YUV | 172.49 | 74.11 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 203 | 77 | 0.27 | 0 | 0.62 | 0.20 | 85.71 | 0.55 | 0.55 |
| Hex | 95 | CB | 4D | 1B | 0 | 3E | 14 | 56 | 37 | 37 |
| Octal | 225 | 313 | 115 | 33 | 0 | 76 | 24 | 126 | 67 | 67 |
| Binary | 10010101 | 11001011 | 1001101 | 11011 | 0 | 111110 | 10100 | 1010110 | 110111 | 110111 |
Color Harmonies of #95CB4D
Complementary color
Monochromatic Colors of #95CB4D
Black with #95CB4D
Text Example
Text Example
White with #95CB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CB4D; }
p { color: rgb(149,203,77); }
H1.HeaderClassName
{
color: #95CB4D;
}
.AnyTagClassName
{
color: #95CB4D;
}
</style>
background-color css
<style>
a { background-color: #95CB4D; }
a { background-color: rgb(149,203,77); }
div.DivClassName
{
background-color: #95CB4D;
}
.BgClassName
{
background-color: #95CB4D;
}
</style>
border-color css
<style>
span { border-color: #95CB4D; }
span { border-color: rgb(149,203,77); }
td.TdClassName
{
border-color: #95CB4D;
}
.TagClassName
{
border-color: #95CB4D;
}
</style>