Shades of Atlantis #90CF41
Tints of Atlantis #90CF41
RGB
CMYK
RGB Variations
Color information
#90CF41 (or 0x90CF41) is known color: Atlantis. HEX triplet: 90, CF and 41. RGB value is (144,207,65). Sum of RGB (Red+Green+Blue) = 144+207+65=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CF41 is #6F30BE. Grayscale: #ACACAC. Windows color (decimal): -7286975 or 4312976. OLE color: 4312976.
HSL color Cylindrical-coordinate representation of color #90CF41: hue angle of 86.62º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90CF41 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 65 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.19 |
| HSL | 86.62º | 0.6% | 0.53% | - |
| HSV(B) | 86.62º | 0.69% | 0.81% | - |
| XYZ | 34.77 | 50.94 | 13 | - |
| YUV | 171.98 | 67.63 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 65 | 0.30 | 0 | 0.69 | 0.19 | 86.62 | 0.6 | 0.53 |
| Hex | 90 | CF | 41 | 1E | 0 | 45 | 13 | 57 | 3C | 35 |
| Octal | 220 | 317 | 101 | 36 | 0 | 105 | 23 | 127 | 74 | 65 |
| Binary | 10010000 | 11001111 | 1000001 | 11110 | 0 | 1000101 | 10011 | 1010111 | 111100 | 110101 |
Color Harmonies of #90CF41
Complementary color
Monochromatic Colors of #90CF41
Black with #90CF41
Text Example
Text Example
White with #90CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CF41; }
p { color: rgb(144,207,65); }
H1.HeaderClassName
{
color: #90CF41;
}
.AnyTagClassName
{
color: #90CF41;
}
</style>
background-color css
<style>
a { background-color: #90CF41; }
a { background-color: rgb(144,207,65); }
div.DivClassName
{
background-color: #90CF41;
}
.BgClassName
{
background-color: #90CF41;
}
</style>
border-color css
<style>
span { border-color: #90CF41; }
span { border-color: rgb(144,207,65); }
td.TdClassName
{
border-color: #90CF41;
}
.TagClassName
{
border-color: #90CF41;
}
</style>