Shades of Conifer #C5F357
Tints of Conifer #C5F357
RGB
CMYK
RGB Variations
Color information
#C5F357 (or 0xC5F357) is known color: Conifer. HEX triplet: C5, F3 and 57. RGB value is (197,243,87). Sum of RGB (Red+Green+Blue) = 197+243+87=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F357 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F357 is #3A0CA8. Grayscale: #D4D4D4. Windows color (decimal): -3804329 or 5764037. OLE color: 5764037.
HSL color Cylindrical-coordinate representation of color #C5F357: hue angle of 77.69º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5F357 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 87 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.05 |
| HSL | 77.69º | 0.87% | 0.65% | - |
| HSV(B) | 77.69º | 0.64% | 0.95% | - |
| XYZ | 56.8 | 76.66 | 20.82 | - |
| YUV | 211.46 | 57.76 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 87 | 0.19 | 0 | 0.64 | 0.05 | 77.69 | 0.87 | 0.65 |
| Hex | C5 | F3 | 57 | 13 | 0 | 40 | 5 | 4E | 57 | 41 |
| Octal | 305 | 363 | 127 | 23 | 0 | 100 | 5 | 116 | 127 | 101 |
| Binary | 11000101 | 11110011 | 1010111 | 10011 | 0 | 1000000 | 101 | 1001110 | 1010111 | 1000001 |
Color Harmonies of #C5F357
Complementary color
Monochromatic Colors of #C5F357
Black with #C5F357
Text Example
Text Example
White with #C5F357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F357; }
p { color: rgb(197,243,87); }
H1.HeaderClassName
{
color: #C5F357;
}
.AnyTagClassName
{
color: #C5F357;
}
</style>
background-color css
<style>
a { background-color: #C5F357; }
a { background-color: rgb(197,243,87); }
div.DivClassName
{
background-color: #C5F357;
}
.BgClassName
{
background-color: #C5F357;
}
</style>
border-color css
<style>
span { border-color: #C5F357; }
span { border-color: rgb(197,243,87); }
td.TdClassName
{
border-color: #C5F357;
}
.TagClassName
{
border-color: #C5F357;
}
</style>