Shades of Shamrock #25CFA5
Tints of Shamrock #25CFA5
RGB
CMYK
RGB Variations
Color information
#25CFA5 (or 0x25CFA5) is known color: Shamrock. HEX triplet: 25, CF and A5. RGB value is (37,207,165). Sum of RGB (Red+Green+Blue) = 37+207+165=409 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.05% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #25CFA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CFA5 is #DA305A. Grayscale: #979797. Windows color (decimal): -14299227 or 10866469. OLE color: 10866469.
HSL color Cylindrical-coordinate representation of color #25CFA5: hue angle of 165.18º 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 #25CFA5 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 165 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.19 |
| HSL | 165.18º | 0.7% | 0.48% | - |
| HSV(B) | 165.18º | 0.82% | 0.81% | - |
| XYZ | 29.87 | 47.74 | 43.24 | - |
| YUV | 151.38 | 135.68 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 165 | 0.82 | 0 | 0.20 | 0.19 | 165.18 | 0.7 | 0.48 |
| Hex | 25 | CF | A5 | 52 | 0 | 14 | 13 | A5 | 46 | 30 |
| Octal | 45 | 317 | 245 | 122 | 0 | 24 | 23 | 245 | 106 | 60 |
| Binary | 100101 | 11001111 | 10100101 | 1010010 | 0 | 10100 | 10011 | 10100101 | 1000110 | 110000 |
Color Harmonies of #25CFA5
Complementary color
Monochromatic Colors of #25CFA5
Black with #25CFA5
Text Example
Text Example
White with #25CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CFA5; }
p { color: rgb(37,207,165); }
H1.HeaderClassName
{
color: #25CFA5;
}
.AnyTagClassName
{
color: #25CFA5;
}
</style>
background-color css
<style>
a { background-color: #25CFA5; }
a { background-color: rgb(37,207,165); }
div.DivClassName
{
background-color: #25CFA5;
}
.BgClassName
{
background-color: #25CFA5;
}
</style>
border-color css
<style>
span { border-color: #25CFA5; }
span { border-color: rgb(37,207,165); }
td.TdClassName
{
border-color: #25CFA5;
}
.TagClassName
{
border-color: #25CFA5;
}
</style>