Shades of Conifer #C8F250
Tints of Conifer #C8F250
RGB
CMYK
RGB Variations
Color information
#C8F250 (or 0xC8F250) is known color: Conifer. HEX triplet: C8, F2 and 50. RGB value is (200,242,80). Sum of RGB (Red+Green+Blue) = 200+242+80=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F250 is #370DAF. Grayscale: #D3D3D3. Windows color (decimal): -3607984 or 5305032. OLE color: 5305032.
HSL color Cylindrical-coordinate representation of color #C8F250: hue angle of 75.56º degrees, saturation: 0.86, 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 #C8F250 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 80 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.05 |
| HSL | 75.56º | 0.86% | 0.63% | - |
| HSV(B) | 75.56º | 0.67% | 0.95% | - |
| XYZ | 57.02 | 76.36 | 19.32 | - |
| YUV | 210.97 | 54.09 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 80 | 0.17 | 0 | 0.67 | 0.05 | 75.56 | 0.86 | 0.63 |
| Hex | C8 | F2 | 50 | 11 | 0 | 43 | 5 | 4C | 56 | 3F |
| Octal | 310 | 362 | 120 | 21 | 0 | 103 | 5 | 114 | 126 | 77 |
| Binary | 11001000 | 11110010 | 1010000 | 10001 | 0 | 1000011 | 101 | 1001100 | 1010110 | 111111 |
Color Harmonies of #C8F250
Complementary color
Monochromatic Colors of #C8F250
Black with #C8F250
Text Example
Text Example
White with #C8F250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F250; }
p { color: rgb(200,242,80); }
H1.HeaderClassName
{
color: #C8F250;
}
.AnyTagClassName
{
color: #C8F250;
}
</style>
background-color css
<style>
a { background-color: #C8F250; }
a { background-color: rgb(200,242,80); }
div.DivClassName
{
background-color: #C8F250;
}
.BgClassName
{
background-color: #C8F250;
}
</style>
border-color css
<style>
span { border-color: #C8F250; }
span { border-color: rgb(200,242,80); }
td.TdClassName
{
border-color: #C8F250;
}
.TagClassName
{
border-color: #C8F250;
}
</style>