Shades of Shamrock #40CA99
Tints of Shamrock #40CA99
RGB
CMYK
RGB Variations
Color information
#40CA99 (or 0x40CA99) is known color: Shamrock. HEX triplet: 40, CA and 99. RGB value is (64,202,153). Sum of RGB (Red+Green+Blue) = 64+202+153=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CA99 is #BF3566. Grayscale: #9B9B9B. Windows color (decimal): -12531047 or 10078784. OLE color: 10078784.
HSL color Cylindrical-coordinate representation of color #40CA99: hue angle of 158.7º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CA99 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 153 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.21 |
| HSL | 158.7º | 0.57% | 0.52% | - |
| HSV(B) | 158.7º | 0.68% | 0.79% | - |
| XYZ | 28.98 | 45.63 | 37.42 | - |
| YUV | 155.15 | 126.78 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 153 | 0.68 | 0 | 0.24 | 0.21 | 158.7 | 0.57 | 0.52 |
| Hex | 40 | CA | 99 | 44 | 0 | 18 | 15 | 9F | 39 | 34 |
| Octal | 100 | 312 | 231 | 104 | 0 | 30 | 25 | 237 | 71 | 64 |
| Binary | 1000000 | 11001010 | 10011001 | 1000100 | 0 | 11000 | 10101 | 10011111 | 111001 | 110100 |
Color Harmonies of #40CA99
Complementary color
Monochromatic Colors of #40CA99
Black with #40CA99
Text Example
Text Example
White with #40CA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CA99; }
p { color: rgb(64,202,153); }
H1.HeaderClassName
{
color: #40CA99;
}
.AnyTagClassName
{
color: #40CA99;
}
</style>
background-color css
<style>
a { background-color: #40CA99; }
a { background-color: rgb(64,202,153); }
div.DivClassName
{
background-color: #40CA99;
}
.BgClassName
{
background-color: #40CA99;
}
</style>
border-color css
<style>
span { border-color: #40CA99; }
span { border-color: rgb(64,202,153); }
td.TdClassName
{
border-color: #40CA99;
}
.TagClassName
{
border-color: #40CA99;
}
</style>