Shades of Conifer #C8FF50
Tints of Conifer #C8FF50
RGB
CMYK
RGB Variations
Color information
#C8FF50 (or 0xC8FF50) is known color: Conifer. HEX triplet: C8, FF and 50. RGB value is (200,255,80). Sum of RGB (Red+Green+Blue) = 200+255+80=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FF50 is #3700AF. Grayscale: #DBDBDB. Windows color (decimal): -3604656 or 5308360. OLE color: 5308360.
HSL color Cylindrical-coordinate representation of color #C8FF50: hue angle of 78.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8FF50 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 80 | - |
| CMYK | 0.22 | 0 | 0.69 | 0 |
| HSL | 78.86º | 1% | 0.66% | - |
| HSV(B) | 78.86º | 0.69% | 1% | - |
| XYZ | 61.03 | 84.38 | 20.66 | - |
| YUV | 218.61 | 49.78 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 80 | 0.22 | 0 | 0.69 | 0 | 78.86 | 1 | 0.66 |
| Hex | C8 | FF | 50 | 16 | 0 | 45 | 0 | 4F | 64 | 42 |
| Octal | 310 | 377 | 120 | 26 | 0 | 105 | 0 | 117 | 144 | 102 |
| Binary | 11001000 | 11111111 | 1010000 | 10110 | 0 | 1000101 | 0 | 1001111 | 1100100 | 1000010 |
Color Harmonies of #C8FF50
Complementary color
Monochromatic Colors of #C8FF50
Black with #C8FF50
Text Example
Text Example
White with #C8FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF50; }
p { color: rgb(200,255,80); }
H1.HeaderClassName
{
color: #C8FF50;
}
.AnyTagClassName
{
color: #C8FF50;
}
</style>
background-color css
<style>
a { background-color: #C8FF50; }
a { background-color: rgb(200,255,80); }
div.DivClassName
{
background-color: #C8FF50;
}
.BgClassName
{
background-color: #C8FF50;
}
</style>
border-color css
<style>
span { border-color: #C8FF50; }
span { border-color: rgb(200,255,80); }
td.TdClassName
{
border-color: #C8FF50;
}
.TagClassName
{
border-color: #C8FF50;
}
</style>