Shades of Shamrock #25CB94
Tints of Shamrock #25CB94
RGB
CMYK
RGB Variations
Color information
#25CB94 (or 0x25CB94) is known color: Shamrock. HEX triplet: 25, CB and 94. RGB value is (37,203,148). Sum of RGB (Red+Green+Blue) = 37+203+148=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #25CB94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CB94 is #DA346B. Grayscale: #939393. Windows color (decimal): -14300268 or 9751333. OLE color: 9751333.
HSL color Cylindrical-coordinate representation of color #25CB94: hue angle of 160.12º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CB94 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 203 | 148 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.20 |
| HSL | 160.12º | 0.69% | 0.47% | - |
| HSV(B) | 160.12º | 0.82% | 0.8% | - |
| XYZ | 27.46 | 45.24 | 35.3 | - |
| YUV | 147.1 | 128.5 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 203 | 148 | 0.82 | 0 | 0.27 | 0.20 | 160.12 | 0.69 | 0.47 |
| Hex | 25 | CB | 94 | 52 | 0 | 1B | 14 | A0 | 45 | 2F |
| Octal | 45 | 313 | 224 | 122 | 0 | 33 | 24 | 240 | 105 | 57 |
| Binary | 100101 | 11001011 | 10010100 | 1010010 | 0 | 11011 | 10100 | 10100000 | 1000101 | 101111 |
Color Harmonies of #25CB94
Complementary color
Monochromatic Colors of #25CB94
Black with #25CB94
Text Example
Text Example
White with #25CB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CB94; }
p { color: rgb(37,203,148); }
H1.HeaderClassName
{
color: #25CB94;
}
.AnyTagClassName
{
color: #25CB94;
}
</style>
background-color css
<style>
a { background-color: #25CB94; }
a { background-color: rgb(37,203,148); }
div.DivClassName
{
background-color: #25CB94;
}
.BgClassName
{
background-color: #25CB94;
}
</style>
border-color css
<style>
span { border-color: #25CB94; }
span { border-color: rgb(37,203,148); }
td.TdClassName
{
border-color: #25CB94;
}
.TagClassName
{
border-color: #25CB94;
}
</style>