Shades of Conifer #C0EF4B
Tints of Conifer #C0EF4B
RGB
CMYK
RGB Variations
Color information
#C0EF4B (or 0xC0EF4B) is known color: Conifer. HEX triplet: C0, EF and 4B. RGB value is (192,239,75). Sum of RGB (Red+Green+Blue) = 192+239+75=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EF4B is #3F10B4. Grayscale: #CECECE. Windows color (decimal): -4133045 or 4976576. OLE color: 4976576.
HSL color Cylindrical-coordinate representation of color #C0EF4B: hue angle of 77.2º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0EF4B is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 75 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.06 |
| HSL | 77.2º | 0.84% | 0.62% | - |
| HSV(B) | 77.2º | 0.69% | 0.94% | - |
| XYZ | 53.87 | 73.45 | 17.99 | - |
| YUV | 206.25 | 53.93 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 75 | 0.20 | 0 | 0.69 | 0.06 | 77.2 | 0.84 | 0.62 |
| Hex | C0 | EF | 4B | 14 | 0 | 45 | 6 | 4D | 54 | 3E |
| Octal | 300 | 357 | 113 | 24 | 0 | 105 | 6 | 115 | 124 | 76 |
| Binary | 11000000 | 11101111 | 1001011 | 10100 | 0 | 1000101 | 110 | 1001101 | 1010100 | 111110 |
Color Harmonies of #C0EF4B
Complementary color
Monochromatic Colors of #C0EF4B
Black with #C0EF4B
Text Example
Text Example
White with #C0EF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF4B; }
p { color: rgb(192,239,75); }
H1.HeaderClassName
{
color: #C0EF4B;
}
.AnyTagClassName
{
color: #C0EF4B;
}
</style>
background-color css
<style>
a { background-color: #C0EF4B; }
a { background-color: rgb(192,239,75); }
div.DivClassName
{
background-color: #C0EF4B;
}
.BgClassName
{
background-color: #C0EF4B;
}
</style>
border-color css
<style>
span { border-color: #C0EF4B; }
span { border-color: rgb(192,239,75); }
td.TdClassName
{
border-color: #C0EF4B;
}
.TagClassName
{
border-color: #C0EF4B;
}
</style>