Shades of Atlantis #7FF33D
Tints of Atlantis #7FF33D
RGB
CMYK
RGB Variations
Color information
#7FF33D (or 0x7FF33D) is known color: Atlantis. HEX triplet: 7F, F3 and 3D. RGB value is (127,243,61). Sum of RGB (Red+Green+Blue) = 127+243+61=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 243 (95.31% from 255 or 56.38% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF33D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF33D is #800CC2. Grayscale: #BCBCBC. Windows color (decimal): -8391875 or 4060031. OLE color: 4060031.
HSL color Cylindrical-coordinate representation of color #7FF33D: hue angle of 98.24º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7FF33D is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 243 | 61 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.05 |
| HSL | 98.24º | 0.88% | 0.6% | - |
| HSV(B) | 98.24º | 0.75% | 0.95% | - |
| XYZ | 41.65 | 68.95 | 15.53 | - |
| YUV | 187.57 | 56.57 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 243 | 61 | 0.48 | 0 | 0.75 | 0.05 | 98.24 | 0.88 | 0.6 |
| Hex | 7F | F3 | 3D | 30 | 0 | 4B | 5 | 62 | 58 | 3C |
| Octal | 177 | 363 | 75 | 60 | 0 | 113 | 5 | 142 | 130 | 74 |
| Binary | 1111111 | 11110011 | 111101 | 110000 | 0 | 1001011 | 101 | 1100010 | 1011000 | 111100 |
Color Harmonies of #7FF33D
Complementary color
Monochromatic Colors of #7FF33D
Black with #7FF33D
Text Example
Text Example
White with #7FF33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF33D; }
p { color: rgb(127,243,61); }
H1.HeaderClassName
{
color: #7FF33D;
}
.AnyTagClassName
{
color: #7FF33D;
}
</style>
background-color css
<style>
a { background-color: #7FF33D; }
a { background-color: rgb(127,243,61); }
div.DivClassName
{
background-color: #7FF33D;
}
.BgClassName
{
background-color: #7FF33D;
}
</style>
border-color css
<style>
span { border-color: #7FF33D; }
span { border-color: rgb(127,243,61); }
td.TdClassName
{
border-color: #7FF33D;
}
.TagClassName
{
border-color: #7FF33D;
}
</style>