Shades of Conifer #C8F54C
Tints of Conifer #C8F54C
RGB
CMYK
RGB Variations
Color information
#C8F54C (or 0xC8F54C) is known color: Conifer. HEX triplet: C8, F5 and 4C. RGB value is (200,245,76). Sum of RGB (Red+Green+Blue) = 200+245+76=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F54C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F54C is #370AB3. Grayscale: #D4D4D4. Windows color (decimal): -3607220 or 5043656. OLE color: 5043656.
HSL color Cylindrical-coordinate representation of color #C8F54C: hue angle of 75.98º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8F54C is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 245 | 76 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.04 |
| HSL | 75.98º | 0.89% | 0.63% | - |
| HSV(B) | 75.98º | 0.69% | 0.96% | - |
| XYZ | 57.78 | 78.11 | 18.87 | - |
| YUV | 212.28 | 51.09 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 245 | 76 | 0.18 | 0 | 0.69 | 0.04 | 75.98 | 0.89 | 0.63 |
| Hex | C8 | F5 | 4C | 12 | 0 | 45 | 4 | 4C | 59 | 3F |
| Octal | 310 | 365 | 114 | 22 | 0 | 105 | 4 | 114 | 131 | 77 |
| Binary | 11001000 | 11110101 | 1001100 | 10010 | 0 | 1000101 | 100 | 1001100 | 1011001 | 111111 |
Color Harmonies of #C8F54C
Complementary color
Monochromatic Colors of #C8F54C
Black with #C8F54C
Text Example
Text Example
White with #C8F54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F54C; }
p { color: rgb(200,245,76); }
H1.HeaderClassName
{
color: #C8F54C;
}
.AnyTagClassName
{
color: #C8F54C;
}
</style>
background-color css
<style>
a { background-color: #C8F54C; }
a { background-color: rgb(200,245,76); }
div.DivClassName
{
background-color: #C8F54C;
}
.BgClassName
{
background-color: #C8F54C;
}
</style>
border-color css
<style>
span { border-color: #C8F54C; }
span { border-color: rgb(200,245,76); }
td.TdClassName
{
border-color: #C8F54C;
}
.TagClassName
{
border-color: #C8F54C;
}
</style>