Shades of Conifer #C5E74C
Tints of Conifer #C5E74C
RGB
CMYK
RGB Variations
Color information
#C5E74C (or 0xC5E74C) is known color: Conifer. HEX triplet: C5, E7 and 4C. RGB value is (197,231,76). Sum of RGB (Red+Green+Blue) = 197+231+76=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E74C is #3A18B3. Grayscale: #CBCBCB. Windows color (decimal): -3807412 or 5040069. OLE color: 5040069.
HSL color Cylindrical-coordinate representation of color #C5E74C: hue angle of 73.16º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5E74C is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 231 | 76 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.09 |
| HSL | 73.16º | 0.76% | 0.6% | - |
| HSV(B) | 73.16º | 0.67% | 0.91% | - |
| XYZ | 52.91 | 69.54 | 17.47 | - |
| YUV | 203.16 | 56.24 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 231 | 76 | 0.15 | 0 | 0.67 | 0.09 | 73.16 | 0.76 | 0.6 |
| Hex | C5 | E7 | 4C | F | 0 | 43 | 9 | 49 | 4C | 3C |
| Octal | 305 | 347 | 114 | 17 | 0 | 103 | 11 | 111 | 114 | 74 |
| Binary | 11000101 | 11100111 | 1001100 | 1111 | 0 | 1000011 | 1001 | 1001001 | 1001100 | 111100 |
Color Harmonies of #C5E74C
Complementary color
Monochromatic Colors of #C5E74C
Black with #C5E74C
Text Example
Text Example
White with #C5E74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E74C; }
p { color: rgb(197,231,76); }
H1.HeaderClassName
{
color: #C5E74C;
}
.AnyTagClassName
{
color: #C5E74C;
}
</style>
background-color css
<style>
a { background-color: #C5E74C; }
a { background-color: rgb(197,231,76); }
div.DivClassName
{
background-color: #C5E74C;
}
.BgClassName
{
background-color: #C5E74C;
}
</style>
border-color css
<style>
span { border-color: #C5E74C; }
span { border-color: rgb(197,231,76); }
td.TdClassName
{
border-color: #C5E74C;
}
.TagClassName
{
border-color: #C5E74C;
}
</style>