Shades of Shamrock #28CD90
Tints of Shamrock #28CD90
RGB
CMYK
RGB Variations
Color information
#28CD90 (or 0x28CD90) is known color: Shamrock. HEX triplet: 28, CD and 90. RGB value is (40,205,144). Sum of RGB (Red+Green+Blue) = 40+205+144=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #28CD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CD90 is #D7326F. Grayscale: #949494. Windows color (decimal): -14103152 or 9489704. OLE color: 9489704.
HSL color Cylindrical-coordinate representation of color #28CD90: hue angle of 157.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CD90 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 205 | 144 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.20 |
| HSL | 157.82º | 0.67% | 0.48% | - |
| HSV(B) | 157.82º | 0.8% | 0.8% | - |
| XYZ | 27.74 | 46.13 | 33.83 | - |
| YUV | 148.71 | 125.34 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 144 | 0.80 | 0 | 0.30 | 0.20 | 157.82 | 0.67 | 0.48 |
| Hex | 28 | CD | 90 | 50 | 0 | 1E | 14 | 9E | 43 | 30 |
| Octal | 50 | 315 | 220 | 120 | 0 | 36 | 24 | 236 | 103 | 60 |
| Binary | 101000 | 11001101 | 10010000 | 1010000 | 0 | 11110 | 10100 | 10011110 | 1000011 | 110000 |
Color Harmonies of #28CD90
Complementary color
Monochromatic Colors of #28CD90
Black with #28CD90
Text Example
Text Example
White with #28CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CD90; }
p { color: rgb(40,205,144); }
H1.HeaderClassName
{
color: #28CD90;
}
.AnyTagClassName
{
color: #28CD90;
}
</style>
background-color css
<style>
a { background-color: #28CD90; }
a { background-color: rgb(40,205,144); }
div.DivClassName
{
background-color: #28CD90;
}
.BgClassName
{
background-color: #28CD90;
}
</style>
border-color css
<style>
span { border-color: #28CD90; }
span { border-color: rgb(40,205,144); }
td.TdClassName
{
border-color: #28CD90;
}
.TagClassName
{
border-color: #28CD90;
}
</style>