Shades of Conifer #C1F74C
Tints of Conifer #C1F74C
RGB
CMYK
RGB Variations
Color information
#C1F74C (or 0xC1F74C) is known color: Conifer. HEX triplet: C1, F7 and 4C. RGB value is (193,247,76). Sum of RGB (Red+Green+Blue) = 193+247+76=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #C1F74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F74C is #3E08B3. Grayscale: #D3D3D3. Windows color (decimal): -4065460 or 5044161. OLE color: 5044161.
HSL color Cylindrical-coordinate representation of color #C1F74C: hue angle of 78.95º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1F74C is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 247 | 76 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.03 |
| HSL | 78.95º | 0.91% | 0.63% | - |
| HSV(B) | 78.95º | 0.69% | 0.97% | - |
| XYZ | 56.56 | 78.38 | 18.99 | - |
| YUV | 211.36 | 51.61 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 247 | 76 | 0.22 | 0 | 0.69 | 0.03 | 78.95 | 0.91 | 0.63 |
| Hex | C1 | F7 | 4C | 16 | 0 | 45 | 3 | 4F | 5B | 3F |
| Octal | 301 | 367 | 114 | 26 | 0 | 105 | 3 | 117 | 133 | 77 |
| Binary | 11000001 | 11110111 | 1001100 | 10110 | 0 | 1000101 | 11 | 1001111 | 1011011 | 111111 |
Color Harmonies of #C1F74C
Complementary color
Monochromatic Colors of #C1F74C
Black with #C1F74C
Text Example
Text Example
White with #C1F74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F74C; }
p { color: rgb(193,247,76); }
H1.HeaderClassName
{
color: #C1F74C;
}
.AnyTagClassName
{
color: #C1F74C;
}
</style>
background-color css
<style>
a { background-color: #C1F74C; }
a { background-color: rgb(193,247,76); }
div.DivClassName
{
background-color: #C1F74C;
}
.BgClassName
{
background-color: #C1F74C;
}
</style>
border-color css
<style>
span { border-color: #C1F74C; }
span { border-color: rgb(193,247,76); }
td.TdClassName
{
border-color: #C1F74C;
}
.TagClassName
{
border-color: #C1F74C;
}
</style>