Shades of Conifer #C0F25B
Tints of Conifer #C0F25B
RGB
CMYK
RGB Variations
Color information
#C0F25B (or 0xC0F25B) is known color: Conifer. HEX triplet: C0, F2 and 5B. RGB value is (192,242,91). Sum of RGB (Red+Green+Blue) = 192+242+91=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F25B is #3F0DA4. Grayscale: #D2D2D2. Windows color (decimal): -4132261 or 6025920. OLE color: 6025920.
HSL color Cylindrical-coordinate representation of color #C0F25B: hue angle of 79.87º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0F25B is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 91 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.05 |
| HSL | 79.87º | 0.85% | 0.65% | - |
| HSV(B) | 79.87º | 0.62% | 0.95% | - |
| XYZ | 55.38 | 75.47 | 21.55 | - |
| YUV | 209.84 | 60.94 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 91 | 0.21 | 0 | 0.62 | 0.05 | 79.87 | 0.85 | 0.65 |
| Hex | C0 | F2 | 5B | 15 | 0 | 3E | 5 | 50 | 55 | 41 |
| Octal | 300 | 362 | 133 | 25 | 0 | 76 | 5 | 120 | 125 | 101 |
| Binary | 11000000 | 11110010 | 1011011 | 10101 | 0 | 111110 | 101 | 1010000 | 1010101 | 1000001 |
Color Harmonies of #C0F25B
Complementary color
Monochromatic Colors of #C0F25B
Black with #C0F25B
Text Example
Text Example
White with #C0F25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F25B; }
p { color: rgb(192,242,91); }
H1.HeaderClassName
{
color: #C0F25B;
}
.AnyTagClassName
{
color: #C0F25B;
}
</style>
background-color css
<style>
a { background-color: #C0F25B; }
a { background-color: rgb(192,242,91); }
div.DivClassName
{
background-color: #C0F25B;
}
.BgClassName
{
background-color: #C0F25B;
}
</style>
border-color css
<style>
span { border-color: #C0F25B; }
span { border-color: rgb(192,242,91); }
td.TdClassName
{
border-color: #C0F25B;
}
.TagClassName
{
border-color: #C0F25B;
}
</style>