Shades of Atlantis #95DF41
Tints of Atlantis #95DF41
RGB
CMYK
RGB Variations
Color information
#95DF41 (or 0x95DF41) is known color: Atlantis. HEX triplet: 95, DF and 41. RGB value is (149,223,65). Sum of RGB (Red+Green+Blue) = 149+223+65=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DF41 is #6A20BE. Grayscale: #B7B7B7. Windows color (decimal): -6955199 or 4317077. OLE color: 4317077.
HSL color Cylindrical-coordinate representation of color #95DF41: hue angle of 88.1º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95DF41 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 223 | 65 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.13 |
| HSL | 88.1º | 0.71% | 0.56% | - |
| HSV(B) | 88.1º | 0.71% | 0.87% | - |
| XYZ | 39.74 | 59.55 | 14.4 | - |
| YUV | 182.86 | 61.48 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 223 | 65 | 0.33 | 0 | 0.71 | 0.13 | 88.1 | 0.71 | 0.56 |
| Hex | 95 | DF | 41 | 21 | 0 | 47 | D | 58 | 47 | 38 |
| Octal | 225 | 337 | 101 | 41 | 0 | 107 | 15 | 130 | 107 | 70 |
| Binary | 10010101 | 11011111 | 1000001 | 100001 | 0 | 1000111 | 1101 | 1011000 | 1000111 | 111000 |
Color Harmonies of #95DF41
Complementary color
Monochromatic Colors of #95DF41
Black with #95DF41
Text Example
Text Example
White with #95DF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DF41; }
p { color: rgb(149,223,65); }
H1.HeaderClassName
{
color: #95DF41;
}
.AnyTagClassName
{
color: #95DF41;
}
</style>
background-color css
<style>
a { background-color: #95DF41; }
a { background-color: rgb(149,223,65); }
div.DivClassName
{
background-color: #95DF41;
}
.BgClassName
{
background-color: #95DF41;
}
</style>
border-color css
<style>
span { border-color: #95DF41; }
span { border-color: rgb(149,223,65); }
td.TdClassName
{
border-color: #95DF41;
}
.TagClassName
{
border-color: #95DF41;
}
</style>