Shades of Atlantis #95DC4A
Tints of Atlantis #95DC4A
RGB
CMYK
RGB Variations
Color information
#95DC4A (or 0x95DC4A) is known color: Atlantis. HEX triplet: 95, DC and 4A. RGB value is (149,220,74). Sum of RGB (Red+Green+Blue) = 149+220+74=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DC4A is #6A23B5. Grayscale: #B6B6B6. Windows color (decimal): -6955958 or 4906133. OLE color: 4906133.
HSL color Cylindrical-coordinate representation of color #95DC4A: hue angle of 89.18º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95DC4A is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 220 | 74 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.14 |
| HSL | 89.18º | 0.68% | 0.58% | - |
| HSV(B) | 89.18º | 0.66% | 0.86% | - |
| XYZ | 39.22 | 58.07 | 15.62 | - |
| YUV | 182.13 | 66.98 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 220 | 74 | 0.32 | 0 | 0.66 | 0.14 | 89.18 | 0.68 | 0.58 |
| Hex | 95 | DC | 4A | 20 | 0 | 42 | E | 59 | 44 | 3A |
| Octal | 225 | 334 | 112 | 40 | 0 | 102 | 16 | 131 | 104 | 72 |
| Binary | 10010101 | 11011100 | 1001010 | 100000 | 0 | 1000010 | 1110 | 1011001 | 1000100 | 111010 |
Color Harmonies of #95DC4A
Complementary color
Monochromatic Colors of #95DC4A
Black with #95DC4A
Text Example
Text Example
White with #95DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DC4A; }
p { color: rgb(149,220,74); }
H1.HeaderClassName
{
color: #95DC4A;
}
.AnyTagClassName
{
color: #95DC4A;
}
</style>
background-color css
<style>
a { background-color: #95DC4A; }
a { background-color: rgb(149,220,74); }
div.DivClassName
{
background-color: #95DC4A;
}
.BgClassName
{
background-color: #95DC4A;
}
</style>
border-color css
<style>
span { border-color: #95DC4A; }
span { border-color: rgb(149,220,74); }
td.TdClassName
{
border-color: #95DC4A;
}
.TagClassName
{
border-color: #95DC4A;
}
</style>