Shades of Conifer #C8F155
Tints of Conifer #C8F155
RGB
CMYK
RGB Variations
Color information
#C8F155 (or 0xC8F155) is known color: Conifer. HEX triplet: C8, F1 and 55. RGB value is (200,241,85). Sum of RGB (Red+Green+Blue) = 200+241+85=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F155 is #370EAA. Grayscale: #D3D3D3. Windows color (decimal): -3608235 or 5632456. OLE color: 5632456.
HSL color Cylindrical-coordinate representation of color #C8F155: hue angle of 75.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8F155 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 85 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.05 |
| HSL | 75.77º | 0.85% | 0.64% | - |
| HSV(B) | 75.77º | 0.65% | 0.95% | - |
| XYZ | 56.91 | 75.85 | 20.23 | - |
| YUV | 210.96 | 56.92 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 85 | 0.17 | 0 | 0.65 | 0.05 | 75.77 | 0.85 | 0.64 |
| Hex | C8 | F1 | 55 | 11 | 0 | 41 | 5 | 4C | 55 | 40 |
| Octal | 310 | 361 | 125 | 21 | 0 | 101 | 5 | 114 | 125 | 100 |
| Binary | 11001000 | 11110001 | 1010101 | 10001 | 0 | 1000001 | 101 | 1001100 | 1010101 | 1000000 |
Color Harmonies of #C8F155
Complementary color
Monochromatic Colors of #C8F155
Black with #C8F155
Text Example
Text Example
White with #C8F155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F155; }
p { color: rgb(200,241,85); }
H1.HeaderClassName
{
color: #C8F155;
}
.AnyTagClassName
{
color: #C8F155;
}
</style>
background-color css
<style>
a { background-color: #C8F155; }
a { background-color: rgb(200,241,85); }
div.DivClassName
{
background-color: #C8F155;
}
.BgClassName
{
background-color: #C8F155;
}
</style>
border-color css
<style>
span { border-color: #C8F155; }
span { border-color: rgb(200,241,85); }
td.TdClassName
{
border-color: #C8F155;
}
.TagClassName
{
border-color: #C8F155;
}
</style>