Shades of Shamrock #28CA85
Tints of Shamrock #28CA85
RGB
CMYK
RGB Variations
Color information
#28CA85 (or 0x28CA85) is known color: Shamrock. HEX triplet: 28, CA and 85. RGB value is (40,202,133). Sum of RGB (Red+Green+Blue) = 40+202+133=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #28CA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CA85 is #D7357A. Grayscale: #919191. Windows color (decimal): -14103931 or 8768040. OLE color: 8768040.
HSL color Cylindrical-coordinate representation of color #28CA85: hue angle of 154.44º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CA85 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 133 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.21 |
| HSL | 154.44º | 0.67% | 0.47% | - |
| HSV(B) | 154.44º | 0.8% | 0.79% | - |
| XYZ | 26.23 | 44.39 | 29.38 | - |
| YUV | 145.7 | 120.83 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 133 | 0.80 | 0 | 0.34 | 0.21 | 154.44 | 0.67 | 0.47 |
| Hex | 28 | CA | 85 | 50 | 0 | 22 | 15 | 9A | 43 | 2F |
| Octal | 50 | 312 | 205 | 120 | 0 | 42 | 25 | 232 | 103 | 57 |
| Binary | 101000 | 11001010 | 10000101 | 1010000 | 0 | 100010 | 10101 | 10011010 | 1000011 | 101111 |
Color Harmonies of #28CA85
Complementary color
Monochromatic Colors of #28CA85
Black with #28CA85
Text Example
Text Example
White with #28CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CA85; }
p { color: rgb(40,202,133); }
H1.HeaderClassName
{
color: #28CA85;
}
.AnyTagClassName
{
color: #28CA85;
}
</style>
background-color css
<style>
a { background-color: #28CA85; }
a { background-color: rgb(40,202,133); }
div.DivClassName
{
background-color: #28CA85;
}
.BgClassName
{
background-color: #28CA85;
}
</style>
border-color css
<style>
span { border-color: #28CA85; }
span { border-color: rgb(40,202,133); }
td.TdClassName
{
border-color: #28CA85;
}
.TagClassName
{
border-color: #28CA85;
}
</style>