Shades of Atlantis #8CD63C
Tints of Atlantis #8CD63C
RGB
CMYK
RGB Variations
Color information
#8CD63C (or 0x8CD63C) is known color: Atlantis. HEX triplet: 8C, D6 and 3C. RGB value is (140,214,60). Sum of RGB (Red+Green+Blue) = 140+214+60=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD63C is #7329C3. Grayscale: #AEAEAE. Windows color (decimal): -7547332 or 3987084. OLE color: 3987084.
HSL color Cylindrical-coordinate representation of color #8CD63C: hue angle of 88.83º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CD63C is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 214 | 60 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.16 |
| HSL | 88.83º | 0.65% | 0.54% | - |
| HSV(B) | 88.83º | 0.72% | 0.84% | - |
| XYZ | 35.68 | 53.99 | 12.82 | - |
| YUV | 174.32 | 63.48 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 214 | 60 | 0.35 | 0 | 0.72 | 0.16 | 88.83 | 0.65 | 0.54 |
| Hex | 8C | D6 | 3C | 23 | 0 | 48 | 10 | 59 | 41 | 36 |
| Octal | 214 | 326 | 74 | 43 | 0 | 110 | 20 | 131 | 101 | 66 |
| Binary | 10001100 | 11010110 | 111100 | 100011 | 0 | 1001000 | 10000 | 1011001 | 1000001 | 110110 |
Color Harmonies of #8CD63C
Complementary color
Monochromatic Colors of #8CD63C
Black with #8CD63C
Text Example
Text Example
White with #8CD63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD63C; }
p { color: rgb(140,214,60); }
H1.HeaderClassName
{
color: #8CD63C;
}
.AnyTagClassName
{
color: #8CD63C;
}
</style>
background-color css
<style>
a { background-color: #8CD63C; }
a { background-color: rgb(140,214,60); }
div.DivClassName
{
background-color: #8CD63C;
}
.BgClassName
{
background-color: #8CD63C;
}
</style>
border-color css
<style>
span { border-color: #8CD63C; }
span { border-color: rgb(140,214,60); }
td.TdClassName
{
border-color: #8CD63C;
}
.TagClassName
{
border-color: #8CD63C;
}
</style>