Shades of Atlantis #8CE74B
Tints of Atlantis #8CE74B
RGB
CMYK
RGB Variations
Color information
#8CE74B (or 0x8CE74B) is known color: Atlantis. HEX triplet: 8C, E7 and 4B. RGB value is (140,231,75). Sum of RGB (Red+Green+Blue) = 140+231+75=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE74B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE74B is #7318B4. Grayscale: #BABABA. Windows color (decimal): -7542965 or 4974476. OLE color: 4974476.
HSL color Cylindrical-coordinate representation of color #8CE74B: hue angle of 95º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CE74B is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 231 | 75 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.09 |
| HSL | 95º | 0.76% | 0.6% | - |
| HSV(B) | 95º | 0.68% | 0.91% | - |
| XYZ | 40.66 | 63.24 | 16.72 | - |
| YUV | 186.01 | 65.35 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 231 | 75 | 0.39 | 0 | 0.68 | 0.09 | 95 | 0.76 | 0.6 |
| Hex | 8C | E7 | 4B | 27 | 0 | 44 | 9 | 5F | 4C | 3C |
| Octal | 214 | 347 | 113 | 47 | 0 | 104 | 11 | 137 | 114 | 74 |
| Binary | 10001100 | 11100111 | 1001011 | 100111 | 0 | 1000100 | 1001 | 1011111 | 1001100 | 111100 |
Color Harmonies of #8CE74B
Complementary color
Monochromatic Colors of #8CE74B
Black with #8CE74B
Text Example
Text Example
White with #8CE74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE74B; }
p { color: rgb(140,231,75); }
H1.HeaderClassName
{
color: #8CE74B;
}
.AnyTagClassName
{
color: #8CE74B;
}
</style>
background-color css
<style>
a { background-color: #8CE74B; }
a { background-color: rgb(140,231,75); }
div.DivClassName
{
background-color: #8CE74B;
}
.BgClassName
{
background-color: #8CE74B;
}
</style>
border-color css
<style>
span { border-color: #8CE74B; }
span { border-color: rgb(140,231,75); }
td.TdClassName
{
border-color: #8CE74B;
}
.TagClassName
{
border-color: #8CE74B;
}
</style>