Shades of Shamrock #41CF88
Tints of Shamrock #41CF88
RGB
CMYK
RGB Variations
Color information
#41CF88 (or 0x41CF88) is known color: Shamrock. HEX triplet: 41, CF and 88. RGB value is (65,207,136). Sum of RGB (Red+Green+Blue) = 65+207+136=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CF88 is #BE3077. Grayscale: #9C9C9C. Windows color (decimal): -12464248 or 8965953. OLE color: 8965953.
HSL color Cylindrical-coordinate representation of color #41CF88: hue angle of 150º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CF88 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 136 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.19 |
| HSL | 150º | 0.6% | 0.53% | - |
| HSV(B) | 150º | 0.69% | 0.81% | - |
| XYZ | 28.94 | 47.53 | 30.94 | - |
| YUV | 156.45 | 116.46 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 136 | 0.69 | 0 | 0.34 | 0.19 | 150 | 0.6 | 0.53 |
| Hex | 41 | CF | 88 | 45 | 0 | 22 | 13 | 96 | 3C | 35 |
| Octal | 101 | 317 | 210 | 105 | 0 | 42 | 23 | 226 | 74 | 65 |
| Binary | 1000001 | 11001111 | 10001000 | 1000101 | 0 | 100010 | 10011 | 10010110 | 111100 | 110101 |
Color Harmonies of #41CF88
Complementary color
Monochromatic Colors of #41CF88
Black with #41CF88
Text Example
Text Example
White with #41CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CF88; }
p { color: rgb(65,207,136); }
H1.HeaderClassName
{
color: #41CF88;
}
.AnyTagClassName
{
color: #41CF88;
}
</style>
background-color css
<style>
a { background-color: #41CF88; }
a { background-color: rgb(65,207,136); }
div.DivClassName
{
background-color: #41CF88;
}
.BgClassName
{
background-color: #41CF88;
}
</style>
border-color css
<style>
span { border-color: #41CF88; }
span { border-color: rgb(65,207,136); }
td.TdClassName
{
border-color: #41CF88;
}
.TagClassName
{
border-color: #41CF88;
}
</style>