Shades of Atlantis #94CE43
Tints of Atlantis #94CE43
RGB
CMYK
RGB Variations
Color information
#94CE43 (or 0x94CE43) is known color: Atlantis. HEX triplet: 94, CE and 43. RGB value is (148,206,67). Sum of RGB (Red+Green+Blue) = 148+206+67=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CE43 is #6B31BC. Grayscale: #ADADAD. Windows color (decimal): -7025085 or 4443796. OLE color: 4443796.
HSL color Cylindrical-coordinate representation of color #94CE43: hue angle of 85.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94CE43 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 206 | 67 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.19 |
| HSL | 85.04º | 0.59% | 0.54% | - |
| HSV(B) | 85.04º | 0.67% | 0.81% | - |
| XYZ | 35.3 | 50.84 | 13.26 | - |
| YUV | 172.81 | 68.28 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 206 | 67 | 0.28 | 0 | 0.67 | 0.19 | 85.04 | 0.59 | 0.54 |
| Hex | 94 | CE | 43 | 1C | 0 | 43 | 13 | 55 | 3B | 36 |
| Octal | 224 | 316 | 103 | 34 | 0 | 103 | 23 | 125 | 73 | 66 |
| Binary | 10010100 | 11001110 | 1000011 | 11100 | 0 | 1000011 | 10011 | 1010101 | 111011 | 110110 |
Color Harmonies of #94CE43
Complementary color
Monochromatic Colors of #94CE43
Black with #94CE43
Text Example
Text Example
White with #94CE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CE43; }
p { color: rgb(148,206,67); }
H1.HeaderClassName
{
color: #94CE43;
}
.AnyTagClassName
{
color: #94CE43;
}
</style>
background-color css
<style>
a { background-color: #94CE43; }
a { background-color: rgb(148,206,67); }
div.DivClassName
{
background-color: #94CE43;
}
.BgClassName
{
background-color: #94CE43;
}
</style>
border-color css
<style>
span { border-color: #94CE43; }
span { border-color: rgb(148,206,67); }
td.TdClassName
{
border-color: #94CE43;
}
.TagClassName
{
border-color: #94CE43;
}
</style>