Shades of Conifer #C0EF5B
Tints of Conifer #C0EF5B
RGB
CMYK
RGB Variations
Color information
#C0EF5B (or 0xC0EF5B) is known color: Conifer. HEX triplet: C0, EF and 5B. RGB value is (192,239,91). Sum of RGB (Red+Green+Blue) = 192+239+91=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EF5B is #3F10A4. Grayscale: #D0D0D0. Windows color (decimal): -4133029 or 6025152. OLE color: 6025152.
HSL color Cylindrical-coordinate representation of color #C0EF5B: hue angle of 79.05º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0EF5B is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 91 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.06 |
| HSL | 79.05º | 0.82% | 0.65% | - |
| HSV(B) | 79.05º | 0.62% | 0.94% | - |
| XYZ | 54.49 | 73.69 | 21.25 | - |
| YUV | 208.08 | 61.93 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 91 | 0.20 | 0 | 0.62 | 0.06 | 79.05 | 0.82 | 0.65 |
| Hex | C0 | EF | 5B | 14 | 0 | 3E | 6 | 4F | 52 | 41 |
| Octal | 300 | 357 | 133 | 24 | 0 | 76 | 6 | 117 | 122 | 101 |
| Binary | 11000000 | 11101111 | 1011011 | 10100 | 0 | 111110 | 110 | 1001111 | 1010010 | 1000001 |
Color Harmonies of #C0EF5B
Complementary color
Monochromatic Colors of #C0EF5B
Black with #C0EF5B
Text Example
Text Example
White with #C0EF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF5B; }
p { color: rgb(192,239,91); }
H1.HeaderClassName
{
color: #C0EF5B;
}
.AnyTagClassName
{
color: #C0EF5B;
}
</style>
background-color css
<style>
a { background-color: #C0EF5B; }
a { background-color: rgb(192,239,91); }
div.DivClassName
{
background-color: #C0EF5B;
}
.BgClassName
{
background-color: #C0EF5B;
}
</style>
border-color css
<style>
span { border-color: #C0EF5B; }
span { border-color: rgb(192,239,91); }
td.TdClassName
{
border-color: #C0EF5B;
}
.TagClassName
{
border-color: #C0EF5B;
}
</style>