Shades of Atlantis #86CF43
Tints of Atlantis #86CF43
RGB
CMYK
RGB Variations
Color information
#86CF43 (or 0x86CF43) is known color: Atlantis. HEX triplet: 86, CF and 43. RGB value is (134,207,67). Sum of RGB (Red+Green+Blue) = 134+207+67=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 67 (26.56% from 255 or 16.42% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CF43 is #7930BC. Grayscale: #A9A9A9. Windows color (decimal): -7942333 or 4444038. OLE color: 4444038.
HSL color Cylindrical-coordinate representation of color #86CF43: hue angle of 91.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86CF43 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 67 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.19 |
| HSL | 91.29º | 0.59% | 0.54% | - |
| HSV(B) | 91.29º | 0.68% | 0.81% | - |
| XYZ | 33.16 | 50.1 | 13.23 | - |
| YUV | 169.21 | 70.32 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 67 | 0.35 | 0 | 0.68 | 0.19 | 91.29 | 0.59 | 0.54 |
| Hex | 86 | CF | 43 | 23 | 0 | 44 | 13 | 5B | 3B | 36 |
| Octal | 206 | 317 | 103 | 43 | 0 | 104 | 23 | 133 | 73 | 66 |
| Binary | 10000110 | 11001111 | 1000011 | 100011 | 0 | 1000100 | 10011 | 1011011 | 111011 | 110110 |
Color Harmonies of #86CF43
Complementary color
Monochromatic Colors of #86CF43
Black with #86CF43
Text Example
Text Example
White with #86CF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CF43; }
p { color: rgb(134,207,67); }
H1.HeaderClassName
{
color: #86CF43;
}
.AnyTagClassName
{
color: #86CF43;
}
</style>
background-color css
<style>
a { background-color: #86CF43; }
a { background-color: rgb(134,207,67); }
div.DivClassName
{
background-color: #86CF43;
}
.BgClassName
{
background-color: #86CF43;
}
</style>
border-color css
<style>
span { border-color: #86CF43; }
span { border-color: rgb(134,207,67); }
td.TdClassName
{
border-color: #86CF43;
}
.TagClassName
{
border-color: #86CF43;
}
</style>