Shades of Conifer #C8F350
Tints of Conifer #C8F350
RGB
CMYK
RGB Variations
Color information
#C8F350 (or 0xC8F350) is known color: Conifer. HEX triplet: C8, F3 and 50. RGB value is (200,243,80). Sum of RGB (Red+Green+Blue) = 200+243+80=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F350 is #370CAF. Grayscale: #D4D4D4. Windows color (decimal): -3607728 or 5305288. OLE color: 5305288.
HSL color Cylindrical-coordinate representation of color #C8F350: hue angle of 75.83º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8F350 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 80 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.05 |
| HSL | 75.83º | 0.87% | 0.63% | - |
| HSV(B) | 75.83º | 0.67% | 0.95% | - |
| XYZ | 57.32 | 76.96 | 19.42 | - |
| YUV | 211.56 | 53.75 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 80 | 0.18 | 0 | 0.67 | 0.05 | 75.83 | 0.87 | 0.63 |
| Hex | C8 | F3 | 50 | 12 | 0 | 43 | 5 | 4C | 57 | 3F |
| Octal | 310 | 363 | 120 | 22 | 0 | 103 | 5 | 114 | 127 | 77 |
| Binary | 11001000 | 11110011 | 1010000 | 10010 | 0 | 1000011 | 101 | 1001100 | 1010111 | 111111 |
Color Harmonies of #C8F350
Complementary color
Monochromatic Colors of #C8F350
Black with #C8F350
Text Example
Text Example
White with #C8F350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F350; }
p { color: rgb(200,243,80); }
H1.HeaderClassName
{
color: #C8F350;
}
.AnyTagClassName
{
color: #C8F350;
}
</style>
background-color css
<style>
a { background-color: #C8F350; }
a { background-color: rgb(200,243,80); }
div.DivClassName
{
background-color: #C8F350;
}
.BgClassName
{
background-color: #C8F350;
}
</style>
border-color css
<style>
span { border-color: #C8F350; }
span { border-color: rgb(200,243,80); }
td.TdClassName
{
border-color: #C8F350;
}
.TagClassName
{
border-color: #C8F350;
}
</style>