Shades of Shamrock #28F194
Tints of Shamrock #28F194
RGB
CMYK
RGB Variations
Color information
#28F194 (or 0x28F194) is known color: Shamrock. HEX triplet: 28, F1 and 94. RGB value is (40,241,148). Sum of RGB (Red+Green+Blue) = 40+241+148=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #28F194 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28F194 is #D70E6B. Grayscale: #AAAAAA. Windows color (decimal): -14093932 or 9761064. OLE color: 9761064.
HSL color Cylindrical-coordinate representation of color #28F194: hue angle of 152.24º 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 #28F194 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 241 | 148 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.05 |
| HSL | 152.24º | 0.88% | 0.55% | - |
| HSV(B) | 152.24º | 0.83% | 0.95% | - |
| XYZ | 37.68 | 65.5 | 38.67 | - |
| YUV | 170.3 | 115.41 | 35.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 148 | 0.83 | 0 | 0.39 | 0.05 | 152.24 | 0.88 | 0.55 |
| Hex | 28 | F1 | 94 | 53 | 0 | 27 | 5 | 98 | 58 | 37 |
| Octal | 50 | 361 | 224 | 123 | 0 | 47 | 5 | 230 | 130 | 67 |
| Binary | 101000 | 11110001 | 10010100 | 1010011 | 0 | 100111 | 101 | 10011000 | 1011000 | 110111 |
Color Harmonies of #28F194
Complementary color
Monochromatic Colors of #28F194
Black with #28F194
Text Example
Text Example
White with #28F194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F194; }
p { color: rgb(40,241,148); }
H1.HeaderClassName
{
color: #28F194;
}
.AnyTagClassName
{
color: #28F194;
}
</style>
background-color css
<style>
a { background-color: #28F194; }
a { background-color: rgb(40,241,148); }
div.DivClassName
{
background-color: #28F194;
}
.BgClassName
{
background-color: #28F194;
}
</style>
border-color css
<style>
span { border-color: #28F194; }
span { border-color: rgb(40,241,148); }
td.TdClassName
{
border-color: #28F194;
}
.TagClassName
{
border-color: #28F194;
}
</style>