Shades of Conifer #C8FF55
Tints of Conifer #C8FF55
RGB
CMYK
RGB Variations
Color information
#C8FF55 (or 0xC8FF55) is known color: Conifer. HEX triplet: C8, FF and 55. RGB value is (200,255,85). Sum of RGB (Red+Green+Blue) = 200+255+85=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 85 (33.59% from 255 or 15.74% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FF55 is #3700AA. Grayscale: #DBDBDB. Windows color (decimal): -3604651 or 5636040. OLE color: 5636040.
HSL color Cylindrical-coordinate representation of color #C8FF55: hue angle of 79.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8FF55 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 85 | - |
| CMYK | 0.22 | 0 | 0.67 | 0 |
| HSL | 79.41º | 1% | 0.67% | - |
| HSV(B) | 79.41º | 0.67% | 1% | - |
| XYZ | 61.22 | 84.46 | 21.67 | - |
| YUV | 219.18 | 52.28 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 85 | 0.22 | 0 | 0.67 | 0 | 79.41 | 1 | 0.67 |
| Hex | C8 | FF | 55 | 16 | 0 | 43 | 0 | 4F | 64 | 43 |
| Octal | 310 | 377 | 125 | 26 | 0 | 103 | 0 | 117 | 144 | 103 |
| Binary | 11001000 | 11111111 | 1010101 | 10110 | 0 | 1000011 | 0 | 1001111 | 1100100 | 1000011 |
Color Harmonies of #C8FF55
Complementary color
Monochromatic Colors of #C8FF55
Black with #C8FF55
Text Example
Text Example
White with #C8FF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF55; }
p { color: rgb(200,255,85); }
H1.HeaderClassName
{
color: #C8FF55;
}
.AnyTagClassName
{
color: #C8FF55;
}
</style>
background-color css
<style>
a { background-color: #C8FF55; }
a { background-color: rgb(200,255,85); }
div.DivClassName
{
background-color: #C8FF55;
}
.BgClassName
{
background-color: #C8FF55;
}
</style>
border-color css
<style>
span { border-color: #C8FF55; }
span { border-color: rgb(200,255,85); }
td.TdClassName
{
border-color: #C8FF55;
}
.TagClassName
{
border-color: #C8FF55;
}
</style>