Shades of Conifer #C4F15D
Tints of Conifer #C4F15D
RGB
CMYK
RGB Variations
Color information
#C4F15D (or 0xC4F15D) is known color: Conifer. HEX triplet: C4, F1 and 5D. RGB value is (196,241,93). Sum of RGB (Red+Green+Blue) = 196+241+93=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F15D is #3B0EA2. Grayscale: #D3D3D3. Windows color (decimal): -3870371 or 6156740. OLE color: 6156740.
HSL color Cylindrical-coordinate representation of color #C4F15D: hue angle of 78.24º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4F15D is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 93 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.05 |
| HSL | 78.24º | 0.84% | 0.65% | - |
| HSV(B) | 78.24º | 0.61% | 0.95% | - |
| XYZ | 56.2 | 75.44 | 21.95 | - |
| YUV | 210.67 | 61.59 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 93 | 0.19 | 0 | 0.61 | 0.05 | 78.24 | 0.84 | 0.65 |
| Hex | C4 | F1 | 5D | 13 | 0 | 3D | 5 | 4E | 54 | 41 |
| Octal | 304 | 361 | 135 | 23 | 0 | 75 | 5 | 116 | 124 | 101 |
| Binary | 11000100 | 11110001 | 1011101 | 10011 | 0 | 111101 | 101 | 1001110 | 1010100 | 1000001 |
Color Harmonies of #C4F15D
Complementary color
Monochromatic Colors of #C4F15D
Black with #C4F15D
Text Example
Text Example
White with #C4F15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F15D; }
p { color: rgb(196,241,93); }
H1.HeaderClassName
{
color: #C4F15D;
}
.AnyTagClassName
{
color: #C4F15D;
}
</style>
background-color css
<style>
a { background-color: #C4F15D; }
a { background-color: rgb(196,241,93); }
div.DivClassName
{
background-color: #C4F15D;
}
.BgClassName
{
background-color: #C4F15D;
}
</style>
border-color css
<style>
span { border-color: #C4F15D; }
span { border-color: rgb(196,241,93); }
td.TdClassName
{
border-color: #C4F15D;
}
.TagClassName
{
border-color: #C4F15D;
}
</style>