Shades of Conifer #C0F34B
Tints of Conifer #C0F34B
RGB
CMYK
RGB Variations
Color information
#C0F34B (or 0xC0F34B) is known color: Conifer. HEX triplet: C0, F3 and 4B. RGB value is (192,243,75). Sum of RGB (Red+Green+Blue) = 192+243+75=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F34B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F34B is #3F0CB4. Grayscale: #D1D1D1. Windows color (decimal): -4132021 or 4977600. OLE color: 4977600.
HSL color Cylindrical-coordinate representation of color #C0F34B: hue angle of 78.21º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0F34B is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 75 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.05 |
| HSL | 78.21º | 0.88% | 0.62% | - |
| HSV(B) | 78.21º | 0.69% | 0.95% | - |
| XYZ | 55.06 | 75.82 | 18.39 | - |
| YUV | 208.6 | 52.6 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 75 | 0.21 | 0 | 0.69 | 0.05 | 78.21 | 0.88 | 0.62 |
| Hex | C0 | F3 | 4B | 15 | 0 | 45 | 5 | 4E | 58 | 3E |
| Octal | 300 | 363 | 113 | 25 | 0 | 105 | 5 | 116 | 130 | 76 |
| Binary | 11000000 | 11110011 | 1001011 | 10101 | 0 | 1000101 | 101 | 1001110 | 1011000 | 111110 |
Color Harmonies of #C0F34B
Complementary color
Monochromatic Colors of #C0F34B
Black with #C0F34B
Text Example
Text Example
White with #C0F34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F34B; }
p { color: rgb(192,243,75); }
H1.HeaderClassName
{
color: #C0F34B;
}
.AnyTagClassName
{
color: #C0F34B;
}
</style>
background-color css
<style>
a { background-color: #C0F34B; }
a { background-color: rgb(192,243,75); }
div.DivClassName
{
background-color: #C0F34B;
}
.BgClassName
{
background-color: #C0F34B;
}
</style>
border-color css
<style>
span { border-color: #C0F34B; }
span { border-color: rgb(192,243,75); }
td.TdClassName
{
border-color: #C0F34B;
}
.TagClassName
{
border-color: #C0F34B;
}
</style>