Shades of Conifer #C0F345
Tints of Conifer #C0F345
RGB
CMYK
RGB Variations
Color information
#C0F345 (or 0xC0F345) is known color: Conifer. HEX triplet: C0, F3 and 45. RGB value is (192,243,69). Sum of RGB (Red+Green+Blue) = 192+243+69=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F345 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F345 is #3F0CBA. Grayscale: #D0D0D0. Windows color (decimal): -4132027 or 4584384. OLE color: 4584384.
HSL color Cylindrical-coordinate representation of color #C0F345: hue angle of 77.59º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0F345 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 69 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.05 |
| HSL | 77.59º | 0.88% | 0.61% | - |
| HSV(B) | 77.59º | 0.72% | 0.95% | - |
| XYZ | 54.86 | 75.74 | 17.36 | - |
| YUV | 207.92 | 49.6 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 69 | 0.21 | 0 | 0.72 | 0.05 | 77.59 | 0.88 | 0.61 |
| Hex | C0 | F3 | 45 | 15 | 0 | 48 | 5 | 4E | 58 | 3D |
| Octal | 300 | 363 | 105 | 25 | 0 | 110 | 5 | 116 | 130 | 75 |
| Binary | 11000000 | 11110011 | 1000101 | 10101 | 0 | 1001000 | 101 | 1001110 | 1011000 | 111101 |
Color Harmonies of #C0F345
Complementary color
Monochromatic Colors of #C0F345
Black with #C0F345
Text Example
Text Example
White with #C0F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F345; }
p { color: rgb(192,243,69); }
H1.HeaderClassName
{
color: #C0F345;
}
.AnyTagClassName
{
color: #C0F345;
}
</style>
background-color css
<style>
a { background-color: #C0F345; }
a { background-color: rgb(192,243,69); }
div.DivClassName
{
background-color: #C0F345;
}
.BgClassName
{
background-color: #C0F345;
}
</style>
border-color css
<style>
span { border-color: #C0F345; }
span { border-color: rgb(192,243,69); }
td.TdClassName
{
border-color: #C0F345;
}
.TagClassName
{
border-color: #C0F345;
}
</style>