Shades of Atlantis #83CF3C
Tints of Atlantis #83CF3C
RGB
CMYK
RGB Variations
Color information
#83CF3C (or 0x83CF3C) is known color: Atlantis. HEX triplet: 83, CF and 3C. RGB value is (131,207,60). Sum of RGB (Red+Green+Blue) = 131+207+60=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CF3C is #7C30C3. Grayscale: #A8A8A8. Windows color (decimal): -8138948 or 3985283. OLE color: 3985283.
HSL color Cylindrical-coordinate representation of color #83CF3C: hue angle of 91.02º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83CF3C is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 207 | 60 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.19 |
| HSL | 91.02º | 0.6% | 0.52% | - |
| HSV(B) | 91.02º | 0.71% | 0.81% | - |
| XYZ | 32.49 | 49.78 | 12.17 | - |
| YUV | 167.52 | 67.32 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 60 | 0.37 | 0 | 0.71 | 0.19 | 91.02 | 0.6 | 0.52 |
| Hex | 83 | CF | 3C | 25 | 0 | 47 | 13 | 5B | 3C | 34 |
| Octal | 203 | 317 | 74 | 45 | 0 | 107 | 23 | 133 | 74 | 64 |
| Binary | 10000011 | 11001111 | 111100 | 100101 | 0 | 1000111 | 10011 | 1011011 | 111100 | 110100 |
Color Harmonies of #83CF3C
Complementary color
Monochromatic Colors of #83CF3C
Black with #83CF3C
Text Example
Text Example
White with #83CF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CF3C; }
p { color: rgb(131,207,60); }
H1.HeaderClassName
{
color: #83CF3C;
}
.AnyTagClassName
{
color: #83CF3C;
}
</style>
background-color css
<style>
a { background-color: #83CF3C; }
a { background-color: rgb(131,207,60); }
div.DivClassName
{
background-color: #83CF3C;
}
.BgClassName
{
background-color: #83CF3C;
}
</style>
border-color css
<style>
span { border-color: #83CF3C; }
span { border-color: rgb(131,207,60); }
td.TdClassName
{
border-color: #83CF3C;
}
.TagClassName
{
border-color: #83CF3C;
}
</style>