Shades of Conifer #C8FB52
Tints of Conifer #C8FB52
RGB
CMYK
RGB Variations
Color information
#C8FB52 (or 0xC8FB52) is known color: Conifer. HEX triplet: C8, FB and 52. RGB value is (200,251,82). Sum of RGB (Red+Green+Blue) = 200+251+82=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 82 (32.42% from 255 or 15.38% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FB52 is #3704AD. Grayscale: #D9D9D9. Windows color (decimal): -3605678 or 5438408. OLE color: 5438408.
HSL color Cylindrical-coordinate representation of color #C8FB52: hue angle of 78.11º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8FB52 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 82 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.02 |
| HSL | 78.11º | 0.95% | 0.65% | - |
| HSV(B) | 78.11º | 0.67% | 0.98% | - |
| XYZ | 59.84 | 81.88 | 20.63 | - |
| YUV | 216.49 | 52.1 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 82 | 0.20 | 0 | 0.67 | 0.02 | 78.11 | 0.95 | 0.65 |
| Hex | C8 | FB | 52 | 14 | 0 | 43 | 2 | 4E | 5F | 41 |
| Octal | 310 | 373 | 122 | 24 | 0 | 103 | 2 | 116 | 137 | 101 |
| Binary | 11001000 | 11111011 | 1010010 | 10100 | 0 | 1000011 | 10 | 1001110 | 1011111 | 1000001 |
Color Harmonies of #C8FB52
Complementary color
Monochromatic Colors of #C8FB52
Black with #C8FB52
Text Example
Text Example
White with #C8FB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB52; }
p { color: rgb(200,251,82); }
H1.HeaderClassName
{
color: #C8FB52;
}
.AnyTagClassName
{
color: #C8FB52;
}
</style>
background-color css
<style>
a { background-color: #C8FB52; }
a { background-color: rgb(200,251,82); }
div.DivClassName
{
background-color: #C8FB52;
}
.BgClassName
{
background-color: #C8FB52;
}
</style>
border-color css
<style>
span { border-color: #C8FB52; }
span { border-color: rgb(200,251,82); }
td.TdClassName
{
border-color: #C8FB52;
}
.TagClassName
{
border-color: #C8FB52;
}
</style>