Shades of Atlantis #7FF234
Tints of Atlantis #7FF234
RGB
CMYK
RGB Variations
Color information
#7FF234 (or 0x7FF234) is known color: Atlantis. HEX triplet: 7F, F2 and 34. RGB value is (127,242,52). Sum of RGB (Red+Green+Blue) = 127+242+52=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF234 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF234 is #800DCB. Grayscale: #BABABA. Windows color (decimal): -8392140 or 3469951. OLE color: 3469951.
HSL color Cylindrical-coordinate representation of color #7FF234: hue angle of 96.32º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7FF234 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 242 | 52 | - |
| CMYK | 0.48 | 0 | 0.79 | 0.05 |
| HSL | 96.32º | 0.88% | 0.58% | - |
| HSV(B) | 96.32º | 0.79% | 0.95% | - |
| XYZ | 41.12 | 68.26 | 14.26 | - |
| YUV | 185.96 | 52.4 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 52 | 0.48 | 0 | 0.79 | 0.05 | 96.32 | 0.88 | 0.58 |
| Hex | 7F | F2 | 34 | 30 | 0 | 4F | 5 | 60 | 58 | 3A |
| Octal | 177 | 362 | 64 | 60 | 0 | 117 | 5 | 140 | 130 | 72 |
| Binary | 1111111 | 11110010 | 110100 | 110000 | 0 | 1001111 | 101 | 1100000 | 1011000 | 111010 |
Color Harmonies of #7FF234
Complementary color
Monochromatic Colors of #7FF234
Black with #7FF234
Text Example
Text Example
White with #7FF234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF234; }
p { color: rgb(127,242,52); }
H1.HeaderClassName
{
color: #7FF234;
}
.AnyTagClassName
{
color: #7FF234;
}
</style>
background-color css
<style>
a { background-color: #7FF234; }
a { background-color: rgb(127,242,52); }
div.DivClassName
{
background-color: #7FF234;
}
.BgClassName
{
background-color: #7FF234;
}
</style>
border-color css
<style>
span { border-color: #7FF234; }
span { border-color: rgb(127,242,52); }
td.TdClassName
{
border-color: #7FF234;
}
.TagClassName
{
border-color: #7FF234;
}
</style>