Shades of Conifer #C5FD5B
Tints of Conifer #C5FD5B
RGB
CMYK
RGB Variations
Color information
#C5FD5B (or 0xC5FD5B) is known color: Conifer. HEX triplet: C5, FD and 5B. RGB value is (197,253,91). Sum of RGB (Red+Green+Blue) = 197+253+91=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FD5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FD5B is #3A02A4. Grayscale: #DADADA. Windows color (decimal): -3801765 or 6028741. OLE color: 6028741.
HSL color Cylindrical-coordinate representation of color #C5FD5B: hue angle of 80.74º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5FD5B is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 253 | 91 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.01 |
| HSL | 80.74º | 0.98% | 0.67% | - |
| HSV(B) | 80.74º | 0.64% | 0.99% | - |
| XYZ | 60.04 | 82.88 | 22.73 | - |
| YUV | 217.79 | 56.45 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 253 | 91 | 0.22 | 0 | 0.64 | 0.01 | 80.74 | 0.98 | 0.67 |
| Hex | C5 | FD | 5B | 16 | 0 | 40 | 1 | 51 | 62 | 43 |
| Octal | 305 | 375 | 133 | 26 | 0 | 100 | 1 | 121 | 142 | 103 |
| Binary | 11000101 | 11111101 | 1011011 | 10110 | 0 | 1000000 | 1 | 1010001 | 1100010 | 1000011 |
Color Harmonies of #C5FD5B
Complementary color
Monochromatic Colors of #C5FD5B
Black with #C5FD5B
Text Example
Text Example
White with #C5FD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FD5B; }
p { color: rgb(197,253,91); }
H1.HeaderClassName
{
color: #C5FD5B;
}
.AnyTagClassName
{
color: #C5FD5B;
}
</style>
background-color css
<style>
a { background-color: #C5FD5B; }
a { background-color: rgb(197,253,91); }
div.DivClassName
{
background-color: #C5FD5B;
}
.BgClassName
{
background-color: #C5FD5B;
}
</style>
border-color css
<style>
span { border-color: #C5FD5B; }
span { border-color: rgb(197,253,91); }
td.TdClassName
{
border-color: #C5FD5B;
}
.TagClassName
{
border-color: #C5FD5B;
}
</style>