Shades of Conifer #C8F84B
Tints of Conifer #C8F84B
RGB
CMYK
RGB Variations
Color information
#C8F84B (or 0xC8F84B) is known color: Conifer. HEX triplet: C8, F8 and 4B. RGB value is (200,248,75). Sum of RGB (Red+Green+Blue) = 200+248+75=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 75 (29.69% from 255 or 14.34% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F84B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F84B is #3707B4. Grayscale: #D6D6D6. Windows color (decimal): -3606453 or 4978888. OLE color: 4978888.
HSL color Cylindrical-coordinate representation of color #C8F84B: hue angle of 76.65º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8F84B is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 75 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.03 |
| HSL | 76.65º | 0.93% | 0.63% | - |
| HSV(B) | 76.65º | 0.7% | 0.97% | - |
| XYZ | 58.66 | 79.92 | 18.99 | - |
| YUV | 213.93 | 49.6 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 75 | 0.19 | 0 | 0.70 | 0.03 | 76.65 | 0.93 | 0.63 |
| Hex | C8 | F8 | 4B | 13 | 0 | 46 | 3 | 4D | 5D | 3F |
| Octal | 310 | 370 | 113 | 23 | 0 | 106 | 3 | 115 | 135 | 77 |
| Binary | 11001000 | 11111000 | 1001011 | 10011 | 0 | 1000110 | 11 | 1001101 | 1011101 | 111111 |
Color Harmonies of #C8F84B
Complementary color
Monochromatic Colors of #C8F84B
Black with #C8F84B
Text Example
Text Example
White with #C8F84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F84B; }
p { color: rgb(200,248,75); }
H1.HeaderClassName
{
color: #C8F84B;
}
.AnyTagClassName
{
color: #C8F84B;
}
</style>
background-color css
<style>
a { background-color: #C8F84B; }
a { background-color: rgb(200,248,75); }
div.DivClassName
{
background-color: #C8F84B;
}
.BgClassName
{
background-color: #C8F84B;
}
</style>
border-color css
<style>
span { border-color: #C8F84B; }
span { border-color: rgb(200,248,75); }
td.TdClassName
{
border-color: #C8F84B;
}
.TagClassName
{
border-color: #C8F84B;
}
</style>