Shades of Shamrock #25CF8F
Tints of Shamrock #25CF8F
RGB
CMYK
RGB Variations
Color information
#25CF8F (or 0x25CF8F) is known color: Shamrock. HEX triplet: 25, CF and 8F. RGB value is (37,207,143). Sum of RGB (Red+Green+Blue) = 37+207+143=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #25CF8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CF8F is #DA3070. Grayscale: #949494. Windows color (decimal): -14299249 or 9424677. OLE color: 9424677.
HSL color Cylindrical-coordinate representation of color #25CF8F: hue angle of 157.41º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CF8F is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 143 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.19 |
| HSL | 157.41º | 0.7% | 0.48% | - |
| HSV(B) | 157.41º | 0.82% | 0.81% | - |
| XYZ | 28.03 | 47 | 33.58 | - |
| YUV | 148.87 | 124.68 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 143 | 0.82 | 0 | 0.31 | 0.19 | 157.41 | 0.7 | 0.48 |
| Hex | 25 | CF | 8F | 52 | 0 | 1F | 13 | 9D | 46 | 30 |
| Octal | 45 | 317 | 217 | 122 | 0 | 37 | 23 | 235 | 106 | 60 |
| Binary | 100101 | 11001111 | 10001111 | 1010010 | 0 | 11111 | 10011 | 10011101 | 1000110 | 110000 |
Color Harmonies of #25CF8F
Complementary color
Monochromatic Colors of #25CF8F
Black with #25CF8F
Text Example
Text Example
White with #25CF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CF8F; }
p { color: rgb(37,207,143); }
H1.HeaderClassName
{
color: #25CF8F;
}
.AnyTagClassName
{
color: #25CF8F;
}
</style>
background-color css
<style>
a { background-color: #25CF8F; }
a { background-color: rgb(37,207,143); }
div.DivClassName
{
background-color: #25CF8F;
}
.BgClassName
{
background-color: #25CF8F;
}
</style>
border-color css
<style>
span { border-color: #25CF8F; }
span { border-color: rgb(37,207,143); }
td.TdClassName
{
border-color: #25CF8F;
}
.TagClassName
{
border-color: #25CF8F;
}
</style>