Shades of Atlantis #94CB42
Tints of Atlantis #94CB42
RGB
CMYK
RGB Variations
Color information
#94CB42 (or 0x94CB42) is known color: Atlantis. HEX triplet: 94, CB and 42. RGB value is (148,203,66). Sum of RGB (Red+Green+Blue) = 148+203+66=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CB42 is #6B34BD. Grayscale: #ABABAB. Windows color (decimal): -7025854 or 4377492. OLE color: 4377492.
HSL color Cylindrical-coordinate representation of color #94CB42: hue angle of 84.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94CB42 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 203 | 66 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.20 |
| HSL | 84.09º | 0.57% | 0.53% | - |
| HSV(B) | 84.09º | 0.67% | 0.8% | - |
| XYZ | 34.55 | 49.4 | 12.87 | - |
| YUV | 170.94 | 68.78 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 203 | 66 | 0.27 | 0 | 0.67 | 0.20 | 84.09 | 0.57 | 0.53 |
| Hex | 94 | CB | 42 | 1B | 0 | 43 | 14 | 54 | 39 | 35 |
| Octal | 224 | 313 | 102 | 33 | 0 | 103 | 24 | 124 | 71 | 65 |
| Binary | 10010100 | 11001011 | 1000010 | 11011 | 0 | 1000011 | 10100 | 1010100 | 111001 | 110101 |
Color Harmonies of #94CB42
Complementary color
Monochromatic Colors of #94CB42
Black with #94CB42
Text Example
Text Example
White with #94CB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CB42; }
p { color: rgb(148,203,66); }
H1.HeaderClassName
{
color: #94CB42;
}
.AnyTagClassName
{
color: #94CB42;
}
</style>
background-color css
<style>
a { background-color: #94CB42; }
a { background-color: rgb(148,203,66); }
div.DivClassName
{
background-color: #94CB42;
}
.BgClassName
{
background-color: #94CB42;
}
</style>
border-color css
<style>
span { border-color: #94CB42; }
span { border-color: rgb(148,203,66); }
td.TdClassName
{
border-color: #94CB42;
}
.TagClassName
{
border-color: #94CB42;
}
</style>