Shades of Conifer #C1F848
Tints of Conifer #C1F848
RGB
CMYK
RGB Variations
Color information
#C1F848 (or 0xC1F848) is known color: Conifer. HEX triplet: C1, F8 and 48. RGB value is (193,248,72). Sum of RGB (Red+Green+Blue) = 193+248+72=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F848 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F848 is #3E07B7. Grayscale: #D4D4D4. Windows color (decimal): -4065208 or 4782273. OLE color: 4782273.
HSL color Cylindrical-coordinate representation of color #C1F848: hue angle of 78.75º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1F848 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 248 | 72 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.03 |
| HSL | 78.75º | 0.93% | 0.63% | - |
| HSV(B) | 78.75º | 0.71% | 0.97% | - |
| XYZ | 56.73 | 78.94 | 18.38 | - |
| YUV | 211.49 | 49.28 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 248 | 72 | 0.22 | 0 | 0.71 | 0.03 | 78.75 | 0.93 | 0.63 |
| Hex | C1 | F8 | 48 | 16 | 0 | 47 | 3 | 4F | 5D | 3F |
| Octal | 301 | 370 | 110 | 26 | 0 | 107 | 3 | 117 | 135 | 77 |
| Binary | 11000001 | 11111000 | 1001000 | 10110 | 0 | 1000111 | 11 | 1001111 | 1011101 | 111111 |
Color Harmonies of #C1F848
Complementary color
Monochromatic Colors of #C1F848
Black with #C1F848
Text Example
Text Example
White with #C1F848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F848; }
p { color: rgb(193,248,72); }
H1.HeaderClassName
{
color: #C1F848;
}
.AnyTagClassName
{
color: #C1F848;
}
</style>
background-color css
<style>
a { background-color: #C1F848; }
a { background-color: rgb(193,248,72); }
div.DivClassName
{
background-color: #C1F848;
}
.BgClassName
{
background-color: #C1F848;
}
</style>
border-color css
<style>
span { border-color: #C1F848; }
span { border-color: rgb(193,248,72); }
td.TdClassName
{
border-color: #C1F848;
}
.TagClassName
{
border-color: #C1F848;
}
</style>