Shades of Atlantis #8CC33D
Tints of Atlantis #8CC33D
RGB
CMYK
RGB Variations
Color information
#8CC33D (or 0x8CC33D) is known color: Atlantis. HEX triplet: 8C, C3 and 3D. RGB value is (140,195,61). Sum of RGB (Red+Green+Blue) = 140+195+61=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC33D is #733CC2. Grayscale: #A3A3A3. Windows color (decimal): -7552195 or 4047756. OLE color: 4047756.
HSL color Cylindrical-coordinate representation of color #8CC33D: hue angle of 84.63º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CC33D is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 61 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.24 |
| HSL | 84.63º | 0.53% | 0.5% | - |
| HSV(B) | 84.63º | 0.69% | 0.76% | - |
| XYZ | 31.17 | 44.94 | 11.45 | - |
| YUV | 163.28 | 70.28 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 61 | 0.28 | 0 | 0.69 | 0.24 | 84.63 | 0.53 | 0.5 |
| Hex | 8C | C3 | 3D | 1C | 0 | 45 | 18 | 55 | 35 | 32 |
| Octal | 214 | 303 | 75 | 34 | 0 | 105 | 30 | 125 | 65 | 62 |
| Binary | 10001100 | 11000011 | 111101 | 11100 | 0 | 1000101 | 11000 | 1010101 | 110101 | 110010 |
Color Harmonies of #8CC33D
Complementary color
Monochromatic Colors of #8CC33D
Black with #8CC33D
Text Example
Text Example
White with #8CC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC33D; }
p { color: rgb(140,195,61); }
H1.HeaderClassName
{
color: #8CC33D;
}
.AnyTagClassName
{
color: #8CC33D;
}
</style>
background-color css
<style>
a { background-color: #8CC33D; }
a { background-color: rgb(140,195,61); }
div.DivClassName
{
background-color: #8CC33D;
}
.BgClassName
{
background-color: #8CC33D;
}
</style>
border-color css
<style>
span { border-color: #8CC33D; }
span { border-color: rgb(140,195,61); }
td.TdClassName
{
border-color: #8CC33D;
}
.TagClassName
{
border-color: #8CC33D;
}
</style>