Shades of Conifer #C5F258
Tints of Conifer #C5F258
RGB
CMYK
RGB Variations
Color information
#C5F258 (or 0xC5F258) is known color: Conifer. HEX triplet: C5, F2 and 58. RGB value is (197,242,88). Sum of RGB (Red+Green+Blue) = 197+242+88=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 88 (34.77% from 255 or 16.70% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F258 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F258 is #3A0DA7. Grayscale: #D3D3D3. Windows color (decimal): -3804584 or 5829317. OLE color: 5829317.
HSL color Cylindrical-coordinate representation of color #C5F258: hue angle of 77.53º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5F258 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 88 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.05 |
| HSL | 77.53º | 0.86% | 0.65% | - |
| HSV(B) | 77.53º | 0.64% | 0.95% | - |
| XYZ | 56.54 | 76.08 | 20.94 | - |
| YUV | 210.99 | 58.59 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 88 | 0.19 | 0 | 0.64 | 0.05 | 77.53 | 0.86 | 0.65 |
| Hex | C5 | F2 | 58 | 13 | 0 | 40 | 5 | 4E | 56 | 41 |
| Octal | 305 | 362 | 130 | 23 | 0 | 100 | 5 | 116 | 126 | 101 |
| Binary | 11000101 | 11110010 | 1011000 | 10011 | 0 | 1000000 | 101 | 1001110 | 1010110 | 1000001 |
Color Harmonies of #C5F258
Complementary color
Monochromatic Colors of #C5F258
Black with #C5F258
Text Example
Text Example
White with #C5F258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F258; }
p { color: rgb(197,242,88); }
H1.HeaderClassName
{
color: #C5F258;
}
.AnyTagClassName
{
color: #C5F258;
}
</style>
background-color css
<style>
a { background-color: #C5F258; }
a { background-color: rgb(197,242,88); }
div.DivClassName
{
background-color: #C5F258;
}
.BgClassName
{
background-color: #C5F258;
}
</style>
border-color css
<style>
span { border-color: #C5F258; }
span { border-color: rgb(197,242,88); }
td.TdClassName
{
border-color: #C5F258;
}
.TagClassName
{
border-color: #C5F258;
}
</style>