Shades of Atlantis #95E533
Tints of Atlantis #95E533
RGB
CMYK
RGB Variations
Color information
#95E533 (or 0x95E533) is known color: Atlantis. HEX triplet: 95, E5 and 33. RGB value is (149,229,51). Sum of RGB (Red+Green+Blue) = 149+229+51=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 229 (89.84% from 255 or 53.38% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 229 - color contains mainly: green. Hex color #95E533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95E533 is #6A1ACC. Grayscale: #B9B9B9. Windows color (decimal): -6953677 or 3401109. OLE color: 3401109.
HSL color Cylindrical-coordinate representation of color #95E533: hue angle of 86.97º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #95E533 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 229 | 51 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.10 |
| HSL | 86.97º | 0.77% | 0.55% | - |
| HSV(B) | 86.97º | 0.78% | 0.9% | - |
| XYZ | 41.01 | 62.67 | 13.07 | - |
| YUV | 184.79 | 52.5 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 229 | 51 | 0.35 | 0 | 0.78 | 0.10 | 86.97 | 0.77 | 0.55 |
| Hex | 95 | E5 | 33 | 23 | 0 | 4E | A | 57 | 4D | 37 |
| Octal | 225 | 345 | 63 | 43 | 0 | 116 | 12 | 127 | 115 | 67 |
| Binary | 10010101 | 11100101 | 110011 | 100011 | 0 | 1001110 | 1010 | 1010111 | 1001101 | 110111 |
Color Harmonies of #95E533
Complementary color
Monochromatic Colors of #95E533
Black with #95E533
Text Example
Text Example
White with #95E533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E533; }
p { color: rgb(149,229,51); }
H1.HeaderClassName
{
color: #95E533;
}
.AnyTagClassName
{
color: #95E533;
}
</style>
background-color css
<style>
a { background-color: #95E533; }
a { background-color: rgb(149,229,51); }
div.DivClassName
{
background-color: #95E533;
}
.BgClassName
{
background-color: #95E533;
}
</style>
border-color css
<style>
span { border-color: #95E533; }
span { border-color: rgb(149,229,51); }
td.TdClassName
{
border-color: #95E533;
}
.TagClassName
{
border-color: #95E533;
}
</style>