Shades of Atlantis #93CF4A
Tints of Atlantis #93CF4A
RGB
CMYK
RGB Variations
Color information
#93CF4A (or 0x93CF4A) is known color: Atlantis. HEX triplet: 93, CF and 4A. RGB value is (147,207,74). Sum of RGB (Red+Green+Blue) = 147+207+74=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CF4A is #6C30B5. Grayscale: #AEAEAE. Windows color (decimal): -7090358 or 4902803. OLE color: 4902803.
HSL color Cylindrical-coordinate representation of color #93CF4A: hue angle of 87.07º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93CF4A is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 74 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.19 |
| HSL | 87.07º | 0.58% | 0.55% | - |
| HSV(B) | 87.07º | 0.64% | 0.81% | - |
| XYZ | 35.58 | 51.32 | 14.51 | - |
| YUV | 173.9 | 71.62 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 74 | 0.29 | 0 | 0.64 | 0.19 | 87.07 | 0.58 | 0.55 |
| Hex | 93 | CF | 4A | 1D | 0 | 40 | 13 | 57 | 3A | 37 |
| Octal | 223 | 317 | 112 | 35 | 0 | 100 | 23 | 127 | 72 | 67 |
| Binary | 10010011 | 11001111 | 1001010 | 11101 | 0 | 1000000 | 10011 | 1010111 | 111010 | 110111 |
Color Harmonies of #93CF4A
Complementary color
Monochromatic Colors of #93CF4A
Black with #93CF4A
Text Example
Text Example
White with #93CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CF4A; }
p { color: rgb(147,207,74); }
H1.HeaderClassName
{
color: #93CF4A;
}
.AnyTagClassName
{
color: #93CF4A;
}
</style>
background-color css
<style>
a { background-color: #93CF4A; }
a { background-color: rgb(147,207,74); }
div.DivClassName
{
background-color: #93CF4A;
}
.BgClassName
{
background-color: #93CF4A;
}
</style>
border-color css
<style>
span { border-color: #93CF4A; }
span { border-color: rgb(147,207,74); }
td.TdClassName
{
border-color: #93CF4A;
}
.TagClassName
{
border-color: #93CF4A;
}
</style>