Shades of Atlantis #8CEF4B
Tints of Atlantis #8CEF4B
RGB
CMYK
RGB Variations
Color information
#8CEF4B (or 0x8CEF4B) is known color: Atlantis. HEX triplet: 8C, EF and 4B. RGB value is (140,239,75). Sum of RGB (Red+Green+Blue) = 140+239+75=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 239 (93.75% from 255 or 52.64% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEF4B is #7310B4. Grayscale: #BFBFBF. Windows color (decimal): -7540917 or 4976524. OLE color: 4976524.
HSL color Cylindrical-coordinate representation of color #8CEF4B: hue angle of 96.22º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CEF4B is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 239 | 75 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.06 |
| HSL | 96.22º | 0.84% | 0.62% | - |
| HSV(B) | 96.22º | 0.69% | 0.94% | - |
| XYZ | 42.95 | 67.82 | 17.48 | - |
| YUV | 190.7 | 62.7 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 239 | 75 | 0.41 | 0 | 0.69 | 0.06 | 96.22 | 0.84 | 0.62 |
| Hex | 8C | EF | 4B | 29 | 0 | 45 | 6 | 60 | 54 | 3E |
| Octal | 214 | 357 | 113 | 51 | 0 | 105 | 6 | 140 | 124 | 76 |
| Binary | 10001100 | 11101111 | 1001011 | 101001 | 0 | 1000101 | 110 | 1100000 | 1010100 | 111110 |
Color Harmonies of #8CEF4B
Complementary color
Monochromatic Colors of #8CEF4B
Black with #8CEF4B
Text Example
Text Example
White with #8CEF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEF4B; }
p { color: rgb(140,239,75); }
H1.HeaderClassName
{
color: #8CEF4B;
}
.AnyTagClassName
{
color: #8CEF4B;
}
</style>
background-color css
<style>
a { background-color: #8CEF4B; }
a { background-color: rgb(140,239,75); }
div.DivClassName
{
background-color: #8CEF4B;
}
.BgClassName
{
background-color: #8CEF4B;
}
</style>
border-color css
<style>
span { border-color: #8CEF4B; }
span { border-color: rgb(140,239,75); }
td.TdClassName
{
border-color: #8CEF4B;
}
.TagClassName
{
border-color: #8CEF4B;
}
</style>