Shades of Conifer #C8FE50
Tints of Conifer #C8FE50
RGB
CMYK
RGB Variations
Color information
#C8FE50 (or 0xC8FE50) is known color: Conifer. HEX triplet: C8, FE and 50. RGB value is (200,254,80). Sum of RGB (Red+Green+Blue) = 200+254+80=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FE50 is #3701AF. Grayscale: #DADADA. Windows color (decimal): -3604912 or 5308104. OLE color: 5308104.
HSL color Cylindrical-coordinate representation of color #C8FE50: hue angle of 78.62º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8FE50 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 80 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.00 |
| HSL | 78.62º | 0.99% | 0.65% | - |
| HSV(B) | 78.62º | 0.69% | 1% | - |
| XYZ | 60.71 | 83.74 | 20.55 | - |
| YUV | 218.02 | 50.11 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 80 | 0.21 | 0 | 0.69 | 0.00 | 78.62 | 0.99 | 0.65 |
| Hex | C8 | FE | 50 | 15 | 0 | 45 | 0 | 4F | 63 | 41 |
| Octal | 310 | 376 | 120 | 25 | 0 | 105 | 0 | 117 | 143 | 101 |
| Binary | 11001000 | 11111110 | 1010000 | 10101 | 0 | 1000101 | 0 | 1001111 | 1100011 | 1000001 |
Color Harmonies of #C8FE50
Complementary color
Monochromatic Colors of #C8FE50
Black with #C8FE50
Text Example
Text Example
White with #C8FE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FE50; }
p { color: rgb(200,254,80); }
H1.HeaderClassName
{
color: #C8FE50;
}
.AnyTagClassName
{
color: #C8FE50;
}
</style>
background-color css
<style>
a { background-color: #C8FE50; }
a { background-color: rgb(200,254,80); }
div.DivClassName
{
background-color: #C8FE50;
}
.BgClassName
{
background-color: #C8FE50;
}
</style>
border-color css
<style>
span { border-color: #C8FE50; }
span { border-color: rgb(200,254,80); }
td.TdClassName
{
border-color: #C8FE50;
}
.TagClassName
{
border-color: #C8FE50;
}
</style>