Shades of Conifer #C8F450
Tints of Conifer #C8F450
RGB
CMYK
RGB Variations
Color information
#C8F450 (or 0xC8F450) is known color: Conifer. HEX triplet: C8, F4 and 50. RGB value is (200,244,80). Sum of RGB (Red+Green+Blue) = 200+244+80=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F450 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F450 is #370BAF. Grayscale: #D4D4D4. Windows color (decimal): -3607472 or 5305544. OLE color: 5305544.
HSL color Cylindrical-coordinate representation of color #C8F450: hue angle of 76.1º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8F450 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 244 | 80 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.04 |
| HSL | 76.1º | 0.88% | 0.64% | - |
| HSV(B) | 76.1º | 0.67% | 0.96% | - |
| XYZ | 57.62 | 77.56 | 19.52 | - |
| YUV | 212.15 | 53.42 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 80 | 0.18 | 0 | 0.67 | 0.04 | 76.1 | 0.88 | 0.64 |
| Hex | C8 | F4 | 50 | 12 | 0 | 43 | 4 | 4C | 58 | 40 |
| Octal | 310 | 364 | 120 | 22 | 0 | 103 | 4 | 114 | 130 | 100 |
| Binary | 11001000 | 11110100 | 1010000 | 10010 | 0 | 1000011 | 100 | 1001100 | 1011000 | 1000000 |
Color Harmonies of #C8F450
Complementary color
Monochromatic Colors of #C8F450
Black with #C8F450
Text Example
Text Example
White with #C8F450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F450; }
p { color: rgb(200,244,80); }
H1.HeaderClassName
{
color: #C8F450;
}
.AnyTagClassName
{
color: #C8F450;
}
</style>
background-color css
<style>
a { background-color: #C8F450; }
a { background-color: rgb(200,244,80); }
div.DivClassName
{
background-color: #C8F450;
}
.BgClassName
{
background-color: #C8F450;
}
</style>
border-color css
<style>
span { border-color: #C8F450; }
span { border-color: rgb(200,244,80); }
td.TdClassName
{
border-color: #C8F450;
}
.TagClassName
{
border-color: #C8F450;
}
</style>