Shades of Conifer #C0FE5B
Tints of Conifer #C0FE5B
RGB
CMYK
RGB Variations
Color information
#C0FE5B (or 0xC0FE5B) is known color: Conifer. HEX triplet: C0, FE and 5B. RGB value is (192,254,91). Sum of RGB (Red+Green+Blue) = 192+254+91=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FE5B is #3F01A4. Grayscale: #D9D9D9. Windows color (decimal): -4129189 or 6028992. OLE color: 6028992.
HSL color Cylindrical-coordinate representation of color #C0FE5B: hue angle of 82.82º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0FE5B is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 91 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.00 |
| HSL | 82.82º | 0.99% | 0.68% | - |
| HSV(B) | 82.82º | 0.64% | 1% | - |
| XYZ | 59.07 | 82.85 | 22.78 | - |
| YUV | 216.88 | 56.96 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 91 | 0.24 | 0 | 0.64 | 0.00 | 82.82 | 0.99 | 0.68 |
| Hex | C0 | FE | 5B | 18 | 0 | 40 | 0 | 53 | 63 | 44 |
| Octal | 300 | 376 | 133 | 30 | 0 | 100 | 0 | 123 | 143 | 104 |
| Binary | 11000000 | 11111110 | 1011011 | 11000 | 0 | 1000000 | 0 | 1010011 | 1100011 | 1000100 |
Color Harmonies of #C0FE5B
Complementary color
Monochromatic Colors of #C0FE5B
Black with #C0FE5B
Text Example
Text Example
White with #C0FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE5B; }
p { color: rgb(192,254,91); }
H1.HeaderClassName
{
color: #C0FE5B;
}
.AnyTagClassName
{
color: #C0FE5B;
}
</style>
background-color css
<style>
a { background-color: #C0FE5B; }
a { background-color: rgb(192,254,91); }
div.DivClassName
{
background-color: #C0FE5B;
}
.BgClassName
{
background-color: #C0FE5B;
}
</style>
border-color css
<style>
span { border-color: #C0FE5B; }
span { border-color: rgb(192,254,91); }
td.TdClassName
{
border-color: #C0FE5B;
}
.TagClassName
{
border-color: #C0FE5B;
}
</style>