Shades of Atlantis #8CDA4B
Tints of Atlantis #8CDA4B
RGB
CMYK
RGB Variations
Color information
#8CDA4B (or 0x8CDA4B) is known color: Atlantis. HEX triplet: 8C, DA and 4B. RGB value is (140,218,75). Sum of RGB (Red+Green+Blue) = 140+218+75=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDA4B is #7325B4. Grayscale: #B2B2B2. Windows color (decimal): -7546293 or 4971148. OLE color: 4971148.
HSL color Cylindrical-coordinate representation of color #8CDA4B: hue angle of 92.73º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CDA4B is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 75 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.15 |
| HSL | 92.73º | 0.66% | 0.57% | - |
| HSV(B) | 92.73º | 0.66% | 0.85% | - |
| XYZ | 37.16 | 56.23 | 15.55 | - |
| YUV | 178.38 | 69.66 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 75 | 0.36 | 0 | 0.66 | 0.15 | 92.73 | 0.66 | 0.57 |
| Hex | 8C | DA | 4B | 24 | 0 | 42 | F | 5D | 42 | 39 |
| Octal | 214 | 332 | 113 | 44 | 0 | 102 | 17 | 135 | 102 | 71 |
| Binary | 10001100 | 11011010 | 1001011 | 100100 | 0 | 1000010 | 1111 | 1011101 | 1000010 | 111001 |
Color Harmonies of #8CDA4B
Complementary color
Monochromatic Colors of #8CDA4B
Black with #8CDA4B
Text Example
Text Example
White with #8CDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA4B; }
p { color: rgb(140,218,75); }
H1.HeaderClassName
{
color: #8CDA4B;
}
.AnyTagClassName
{
color: #8CDA4B;
}
</style>
background-color css
<style>
a { background-color: #8CDA4B; }
a { background-color: rgb(140,218,75); }
div.DivClassName
{
background-color: #8CDA4B;
}
.BgClassName
{
background-color: #8CDA4B;
}
</style>
border-color css
<style>
span { border-color: #8CDA4B; }
span { border-color: rgb(140,218,75); }
td.TdClassName
{
border-color: #8CDA4B;
}
.TagClassName
{
border-color: #8CDA4B;
}
</style>