Shades of Atlantis #93CF4C
Tints of Atlantis #93CF4C
RGB
CMYK
RGB Variations
Color information
#93CF4C (or 0x93CF4C) is known color: Atlantis. HEX triplet: 93, CF and 4C. RGB value is (147,207,76). Sum of RGB (Red+Green+Blue) = 147+207+76=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CF4C is #6C30B3. Grayscale: #AEAEAE. Windows color (decimal): -7090356 or 5033875. OLE color: 5033875.
HSL color Cylindrical-coordinate representation of color #93CF4C: hue angle of 87.48º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93CF4C is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 76 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.19 |
| HSL | 87.48º | 0.58% | 0.55% | - |
| HSV(B) | 87.48º | 0.63% | 0.81% | - |
| XYZ | 35.65 | 51.35 | 14.87 | - |
| YUV | 174.13 | 72.62 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 76 | 0.29 | 0 | 0.63 | 0.19 | 87.48 | 0.58 | 0.55 |
| Hex | 93 | CF | 4C | 1D | 0 | 3F | 13 | 57 | 3A | 37 |
| Octal | 223 | 317 | 114 | 35 | 0 | 77 | 23 | 127 | 72 | 67 |
| Binary | 10010011 | 11001111 | 1001100 | 11101 | 0 | 111111 | 10011 | 1010111 | 111010 | 110111 |
Color Harmonies of #93CF4C
Complementary color
Monochromatic Colors of #93CF4C
Black with #93CF4C
Text Example
Text Example
White with #93CF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CF4C; }
p { color: rgb(147,207,76); }
H1.HeaderClassName
{
color: #93CF4C;
}
.AnyTagClassName
{
color: #93CF4C;
}
</style>
background-color css
<style>
a { background-color: #93CF4C; }
a { background-color: rgb(147,207,76); }
div.DivClassName
{
background-color: #93CF4C;
}
.BgClassName
{
background-color: #93CF4C;
}
</style>
border-color css
<style>
span { border-color: #93CF4C; }
span { border-color: rgb(147,207,76); }
td.TdClassName
{
border-color: #93CF4C;
}
.TagClassName
{
border-color: #93CF4C;
}
</style>