Shades of Conifer #C0F24B
Tints of Conifer #C0F24B
RGB
CMYK
RGB Variations
Color information
#C0F24B (or 0xC0F24B) is known color: Conifer. HEX triplet: C0, F2 and 4B. RGB value is (192,242,75). Sum of RGB (Red+Green+Blue) = 192+242+75=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F24B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F24B is #3F0DB4. Grayscale: #D0D0D0. Windows color (decimal): -4132277 or 4977344. OLE color: 4977344.
HSL color Cylindrical-coordinate representation of color #C0F24B: hue angle of 77.96º degrees, saturation: 0.87, 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 #C0F24B is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 75 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.05 |
| HSL | 77.96º | 0.87% | 0.62% | - |
| HSV(B) | 77.96º | 0.69% | 0.95% | - |
| XYZ | 54.76 | 75.22 | 18.29 | - |
| YUV | 208.01 | 52.94 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 75 | 0.21 | 0 | 0.69 | 0.05 | 77.96 | 0.87 | 0.62 |
| Hex | C0 | F2 | 4B | 15 | 0 | 45 | 5 | 4E | 57 | 3E |
| Octal | 300 | 362 | 113 | 25 | 0 | 105 | 5 | 116 | 127 | 76 |
| Binary | 11000000 | 11110010 | 1001011 | 10101 | 0 | 1000101 | 101 | 1001110 | 1010111 | 111110 |
Color Harmonies of #C0F24B
Complementary color
Monochromatic Colors of #C0F24B
Black with #C0F24B
Text Example
Text Example
White with #C0F24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F24B; }
p { color: rgb(192,242,75); }
H1.HeaderClassName
{
color: #C0F24B;
}
.AnyTagClassName
{
color: #C0F24B;
}
</style>
background-color css
<style>
a { background-color: #C0F24B; }
a { background-color: rgb(192,242,75); }
div.DivClassName
{
background-color: #C0F24B;
}
.BgClassName
{
background-color: #C0F24B;
}
</style>
border-color css
<style>
span { border-color: #C0F24B; }
span { border-color: rgb(192,242,75); }
td.TdClassName
{
border-color: #C0F24B;
}
.TagClassName
{
border-color: #C0F24B;
}
</style>