Shades of Conifer #C0F25C
Tints of Conifer #C0F25C
RGB
CMYK
RGB Variations
Color information
#C0F25C (or 0xC0F25C) is known color: Conifer. HEX triplet: C0, F2 and 5C. RGB value is (192,242,92). Sum of RGB (Red+Green+Blue) = 192+242+92=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F25C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F25C is #3F0DA3. Grayscale: #D2D2D2. Windows color (decimal): -4132260 or 6091456. OLE color: 6091456.
HSL color Cylindrical-coordinate representation of color #C0F25C: hue angle of 80º 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 #C0F25C is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 92 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.05 |
| HSL | 80º | 0.85% | 0.65% | - |
| HSV(B) | 80º | 0.62% | 0.95% | - |
| XYZ | 55.42 | 75.48 | 21.77 | - |
| YUV | 209.95 | 61.44 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 92 | 0.21 | 0 | 0.62 | 0.05 | 80 | 0.85 | 0.65 |
| Hex | C0 | F2 | 5C | 15 | 0 | 3E | 5 | 50 | 55 | 41 |
| Octal | 300 | 362 | 134 | 25 | 0 | 76 | 5 | 120 | 125 | 101 |
| Binary | 11000000 | 11110010 | 1011100 | 10101 | 0 | 111110 | 101 | 1010000 | 1010101 | 1000001 |
Color Harmonies of #C0F25C
Complementary color
Monochromatic Colors of #C0F25C
Black with #C0F25C
Text Example
Text Example
White with #C0F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F25C; }
p { color: rgb(192,242,92); }
H1.HeaderClassName
{
color: #C0F25C;
}
.AnyTagClassName
{
color: #C0F25C;
}
</style>
background-color css
<style>
a { background-color: #C0F25C; }
a { background-color: rgb(192,242,92); }
div.DivClassName
{
background-color: #C0F25C;
}
.BgClassName
{
background-color: #C0F25C;
}
</style>
border-color css
<style>
span { border-color: #C0F25C; }
span { border-color: rgb(192,242,92); }
td.TdClassName
{
border-color: #C0F25C;
}
.TagClassName
{
border-color: #C0F25C;
}
</style>