Shades of Atlantis #94EF42
Tints of Atlantis #94EF42
RGB
CMYK
RGB Variations
Color information
#94EF42 (or 0x94EF42) is known color: Atlantis. HEX triplet: 94, EF and 42. RGB value is (148,239,66). Sum of RGB (Red+Green+Blue) = 148+239+66=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 239 (93.75% from 255 or 52.76% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EF42 is #6B10BD. Grayscale: #C0C0C0. Windows color (decimal): -7016638 or 4386708. OLE color: 4386708.
HSL color Cylindrical-coordinate representation of color #94EF42: hue angle of 91.56º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94EF42 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 239 | 66 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.06 |
| HSL | 91.56º | 0.84% | 0.6% | - |
| HSV(B) | 91.56º | 0.72% | 0.94% | - |
| XYZ | 44.06 | 68.42 | 16.04 | - |
| YUV | 192.07 | 56.85 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 239 | 66 | 0.38 | 0 | 0.72 | 0.06 | 91.56 | 0.84 | 0.6 |
| Hex | 94 | EF | 42 | 26 | 0 | 48 | 6 | 5C | 54 | 3C |
| Octal | 224 | 357 | 102 | 46 | 0 | 110 | 6 | 134 | 124 | 74 |
| Binary | 10010100 | 11101111 | 1000010 | 100110 | 0 | 1001000 | 110 | 1011100 | 1010100 | 111100 |
Color Harmonies of #94EF42
Complementary color
Monochromatic Colors of #94EF42
Black with #94EF42
Text Example
Text Example
White with #94EF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EF42; }
p { color: rgb(148,239,66); }
H1.HeaderClassName
{
color: #94EF42;
}
.AnyTagClassName
{
color: #94EF42;
}
</style>
background-color css
<style>
a { background-color: #94EF42; }
a { background-color: rgb(148,239,66); }
div.DivClassName
{
background-color: #94EF42;
}
.BgClassName
{
background-color: #94EF42;
}
</style>
border-color css
<style>
span { border-color: #94EF42; }
span { border-color: rgb(148,239,66); }
td.TdClassName
{
border-color: #94EF42;
}
.TagClassName
{
border-color: #94EF42;
}
</style>