Shades of Shamrock #28F198
Tints of Shamrock #28F198
RGB
CMYK
RGB Variations
Color information
#28F198 (or 0x28F198) is known color: Shamrock. HEX triplet: 28, F1 and 98. RGB value is (40,241,152). Sum of RGB (Red+Green+Blue) = 40+241+152=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 241 (94.53% from 255 or 55.66% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 241 - color contains mainly: green. Hex color #28F198 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28F198 is #D70E67. Grayscale: #AAAAAA. Windows color (decimal): -14093928 or 10023208. OLE color: 10023208.
HSL color Cylindrical-coordinate representation of color #28F198: hue angle of 153.43º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F198 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 241 | 152 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.05 |
| HSL | 153.43º | 0.88% | 0.55% | - |
| HSV(B) | 153.43º | 0.83% | 0.95% | - |
| XYZ | 38 | 65.63 | 40.37 | - |
| YUV | 170.76 | 117.41 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 152 | 0.83 | 0 | 0.37 | 0.05 | 153.43 | 0.88 | 0.55 |
| Hex | 28 | F1 | 98 | 53 | 0 | 25 | 5 | 99 | 58 | 37 |
| Octal | 50 | 361 | 230 | 123 | 0 | 45 | 5 | 231 | 130 | 67 |
| Binary | 101000 | 11110001 | 10011000 | 1010011 | 0 | 100101 | 101 | 10011001 | 1011000 | 110111 |
Color Harmonies of #28F198
Complementary color
Monochromatic Colors of #28F198
Black with #28F198
Text Example
Text Example
White with #28F198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F198; }
p { color: rgb(40,241,152); }
H1.HeaderClassName
{
color: #28F198;
}
.AnyTagClassName
{
color: #28F198;
}
</style>
background-color css
<style>
a { background-color: #28F198; }
a { background-color: rgb(40,241,152); }
div.DivClassName
{
background-color: #28F198;
}
.BgClassName
{
background-color: #28F198;
}
</style>
border-color css
<style>
span { border-color: #28F198; }
span { border-color: rgb(40,241,152); }
td.TdClassName
{
border-color: #28F198;
}
.TagClassName
{
border-color: #28F198;
}
</style>