Shades of Atlantis #8CDF3B
Tints of Atlantis #8CDF3B
RGB
CMYK
RGB Variations
Color information
#8CDF3B (or 0x8CDF3B) is known color: Atlantis. HEX triplet: 8C, DF and 3B. RGB value is (140,223,59). Sum of RGB (Red+Green+Blue) = 140+223+59=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 59 (23.44% from 255 or 13.98% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDF3B is #7320C4. Grayscale: #B4B4B4. Windows color (decimal): -7545029 or 3923852. OLE color: 3923852.
HSL color Cylindrical-coordinate representation of color #8CDF3B: hue angle of 90.37º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CDF3B is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 59 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.13 |
| HSL | 90.37º | 0.72% | 0.55% | - |
| HSV(B) | 90.37º | 0.74% | 0.87% | - |
| XYZ | 37.99 | 58.67 | 13.46 | - |
| YUV | 179.49 | 60 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 59 | 0.37 | 0 | 0.74 | 0.13 | 90.37 | 0.72 | 0.55 |
| Hex | 8C | DF | 3B | 25 | 0 | 4A | D | 5A | 48 | 37 |
| Octal | 214 | 337 | 73 | 45 | 0 | 112 | 15 | 132 | 110 | 67 |
| Binary | 10001100 | 11011111 | 111011 | 100101 | 0 | 1001010 | 1101 | 1011010 | 1001000 | 110111 |
Color Harmonies of #8CDF3B
Complementary color
Monochromatic Colors of #8CDF3B
Black with #8CDF3B
Text Example
Text Example
White with #8CDF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF3B; }
p { color: rgb(140,223,59); }
H1.HeaderClassName
{
color: #8CDF3B;
}
.AnyTagClassName
{
color: #8CDF3B;
}
</style>
background-color css
<style>
a { background-color: #8CDF3B; }
a { background-color: rgb(140,223,59); }
div.DivClassName
{
background-color: #8CDF3B;
}
.BgClassName
{
background-color: #8CDF3B;
}
</style>
border-color css
<style>
span { border-color: #8CDF3B; }
span { border-color: rgb(140,223,59); }
td.TdClassName
{
border-color: #8CDF3B;
}
.TagClassName
{
border-color: #8CDF3B;
}
</style>