Shades of Conifer #C1F74A
Tints of Conifer #C1F74A
RGB
CMYK
RGB Variations
Color information
#C1F74A (or 0xC1F74A) is known color: Conifer. HEX triplet: C1, F7 and 4A. RGB value is (193,247,74). Sum of RGB (Red+Green+Blue) = 193+247+74=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #C1F74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F74A is #3E08B5. Grayscale: #D3D3D3. Windows color (decimal): -4065462 or 4913089. OLE color: 4913089.
HSL color Cylindrical-coordinate representation of color #C1F74A: hue angle of 78.73º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1F74A is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 247 | 74 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.03 |
| HSL | 78.73º | 0.92% | 0.63% | - |
| HSV(B) | 78.73º | 0.7% | 0.97% | - |
| XYZ | 56.49 | 78.35 | 18.62 | - |
| YUV | 211.13 | 50.61 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 247 | 74 | 0.22 | 0 | 0.70 | 0.03 | 78.73 | 0.92 | 0.63 |
| Hex | C1 | F7 | 4A | 16 | 0 | 46 | 3 | 4F | 5C | 3F |
| Octal | 301 | 367 | 112 | 26 | 0 | 106 | 3 | 117 | 134 | 77 |
| Binary | 11000001 | 11110111 | 1001010 | 10110 | 0 | 1000110 | 11 | 1001111 | 1011100 | 111111 |
Color Harmonies of #C1F74A
Complementary color
Monochromatic Colors of #C1F74A
Black with #C1F74A
Text Example
Text Example
White with #C1F74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F74A; }
p { color: rgb(193,247,74); }
H1.HeaderClassName
{
color: #C1F74A;
}
.AnyTagClassName
{
color: #C1F74A;
}
</style>
background-color css
<style>
a { background-color: #C1F74A; }
a { background-color: rgb(193,247,74); }
div.DivClassName
{
background-color: #C1F74A;
}
.BgClassName
{
background-color: #C1F74A;
}
</style>
border-color css
<style>
span { border-color: #C1F74A; }
span { border-color: rgb(193,247,74); }
td.TdClassName
{
border-color: #C1F74A;
}
.TagClassName
{
border-color: #C1F74A;
}
</style>