Shades of Atlantis #95CA41
Tints of Atlantis #95CA41
RGB
CMYK
RGB Variations
Color information
#95CA41 (or 0x95CA41) is known color: Atlantis. HEX triplet: 95, CA and 41. RGB value is (149,202,65). Sum of RGB (Red+Green+Blue) = 149+202+65=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CA41 is #6A35BE. Grayscale: #ABABAB. Windows color (decimal): -6960575 or 4311701. OLE color: 4311701.
HSL color Cylindrical-coordinate representation of color #95CA41: hue angle of 83.21º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95CA41 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 202 | 65 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.21 |
| HSL | 83.21º | 0.56% | 0.52% | - |
| HSV(B) | 83.21º | 0.68% | 0.79% | - |
| XYZ | 34.47 | 49.01 | 12.64 | - |
| YUV | 170.54 | 68.44 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 202 | 65 | 0.26 | 0 | 0.68 | 0.21 | 83.21 | 0.56 | 0.52 |
| Hex | 95 | CA | 41 | 1A | 0 | 44 | 15 | 53 | 38 | 34 |
| Octal | 225 | 312 | 101 | 32 | 0 | 104 | 25 | 123 | 70 | 64 |
| Binary | 10010101 | 11001010 | 1000001 | 11010 | 0 | 1000100 | 10101 | 1010011 | 111000 | 110100 |
Color Harmonies of #95CA41
Complementary color
Monochromatic Colors of #95CA41
Black with #95CA41
Text Example
Text Example
White with #95CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CA41; }
p { color: rgb(149,202,65); }
H1.HeaderClassName
{
color: #95CA41;
}
.AnyTagClassName
{
color: #95CA41;
}
</style>
background-color css
<style>
a { background-color: #95CA41; }
a { background-color: rgb(149,202,65); }
div.DivClassName
{
background-color: #95CA41;
}
.BgClassName
{
background-color: #95CA41;
}
</style>
border-color css
<style>
span { border-color: #95CA41; }
span { border-color: rgb(149,202,65); }
td.TdClassName
{
border-color: #95CA41;
}
.TagClassName
{
border-color: #95CA41;
}
</style>