Shades of Atlantis #8DED4B
Tints of Atlantis #8DED4B
RGB
CMYK
RGB Variations
Color information
#8DED4B (or 0x8DED4B) is known color: Atlantis. HEX triplet: 8D, ED and 4B. RGB value is (141,237,75). Sum of RGB (Red+Green+Blue) = 141+237+75=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #8DED4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DED4B is #7212B4. Grayscale: #BEBEBE. Windows color (decimal): -7475893 or 4976013. OLE color: 4976013.
HSL color Cylindrical-coordinate representation of color #8DED4B: hue angle of 95.56º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8DED4B is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 237 | 75 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.07 |
| HSL | 95.56º | 0.82% | 0.61% | - |
| HSV(B) | 95.56º | 0.68% | 0.93% | - |
| XYZ | 42.54 | 66.74 | 17.3 | - |
| YUV | 189.83 | 63.2 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 75 | 0.41 | 0 | 0.68 | 0.07 | 95.56 | 0.82 | 0.61 |
| Hex | 8D | ED | 4B | 29 | 0 | 44 | 7 | 60 | 52 | 3D |
| Octal | 215 | 355 | 113 | 51 | 0 | 104 | 7 | 140 | 122 | 75 |
| Binary | 10001101 | 11101101 | 1001011 | 101001 | 0 | 1000100 | 111 | 1100000 | 1010010 | 111101 |
Color Harmonies of #8DED4B
Complementary color
Monochromatic Colors of #8DED4B
Black with #8DED4B
Text Example
Text Example
White with #8DED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DED4B; }
p { color: rgb(141,237,75); }
H1.HeaderClassName
{
color: #8DED4B;
}
.AnyTagClassName
{
color: #8DED4B;
}
</style>
background-color css
<style>
a { background-color: #8DED4B; }
a { background-color: rgb(141,237,75); }
div.DivClassName
{
background-color: #8DED4B;
}
.BgClassName
{
background-color: #8DED4B;
}
</style>
border-color css
<style>
span { border-color: #8DED4B; }
span { border-color: rgb(141,237,75); }
td.TdClassName
{
border-color: #8DED4B;
}
.TagClassName
{
border-color: #8DED4B;
}
</style>