Shades of Shamrock #30CF88
Tints of Shamrock #30CF88
RGB
CMYK
RGB Variations
Color information
#30CF88 (or 0x30CF88) is known color: Shamrock. HEX triplet: 30, CF and 88. RGB value is (48,207,136). Sum of RGB (Red+Green+Blue) = 48+207+136=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CF88 is #CF3077. Grayscale: #979797. Windows color (decimal): -13578360 or 8965936. OLE color: 8965936.
HSL color Cylindrical-coordinate representation of color #30CF88: hue angle of 153.21º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CF88 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 207 | 136 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.19 |
| HSL | 153.21º | 0.62% | 0.5% | - |
| HSV(B) | 153.21º | 0.77% | 0.81% | - |
| XYZ | 27.98 | 47.03 | 30.9 | - |
| YUV | 151.37 | 119.32 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 136 | 0.77 | 0 | 0.34 | 0.19 | 153.21 | 0.62 | 0.5 |
| Hex | 30 | CF | 88 | 4D | 0 | 22 | 13 | 99 | 3E | 32 |
| Octal | 60 | 317 | 210 | 115 | 0 | 42 | 23 | 231 | 76 | 62 |
| Binary | 110000 | 11001111 | 10001000 | 1001101 | 0 | 100010 | 10011 | 10011001 | 111110 | 110010 |
Color Harmonies of #30CF88
Complementary color
Monochromatic Colors of #30CF88
Black with #30CF88
Text Example
Text Example
White with #30CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CF88; }
p { color: rgb(48,207,136); }
H1.HeaderClassName
{
color: #30CF88;
}
.AnyTagClassName
{
color: #30CF88;
}
</style>
background-color css
<style>
a { background-color: #30CF88; }
a { background-color: rgb(48,207,136); }
div.DivClassName
{
background-color: #30CF88;
}
.BgClassName
{
background-color: #30CF88;
}
</style>
border-color css
<style>
span { border-color: #30CF88; }
span { border-color: rgb(48,207,136); }
td.TdClassName
{
border-color: #30CF88;
}
.TagClassName
{
border-color: #30CF88;
}
</style>