Shades of Conifer #C5F34B
Tints of Conifer #C5F34B
RGB
CMYK
RGB Variations
Color information
#C5F34B (or 0xC5F34B) is known color: Conifer. HEX triplet: C5, F3 and 4B. RGB value is (197,243,75). Sum of RGB (Red+Green+Blue) = 197+243+75=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F34B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F34B is #3A0CB4. Grayscale: #D2D2D2. Windows color (decimal): -3804341 or 4977605. OLE color: 4977605.
HSL color Cylindrical-coordinate representation of color #C5F34B: hue angle of 76.43º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5F34B is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 75 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.05 |
| HSL | 76.43º | 0.88% | 0.62% | - |
| HSV(B) | 76.43º | 0.69% | 0.95% | - |
| XYZ | 56.35 | 76.48 | 18.45 | - |
| YUV | 210.09 | 51.76 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 75 | 0.19 | 0 | 0.69 | 0.05 | 76.43 | 0.88 | 0.62 |
| Hex | C5 | F3 | 4B | 13 | 0 | 45 | 5 | 4C | 58 | 3E |
| Octal | 305 | 363 | 113 | 23 | 0 | 105 | 5 | 114 | 130 | 76 |
| Binary | 11000101 | 11110011 | 1001011 | 10011 | 0 | 1000101 | 101 | 1001100 | 1011000 | 111110 |
Color Harmonies of #C5F34B
Complementary color
Monochromatic Colors of #C5F34B
Black with #C5F34B
Text Example
Text Example
White with #C5F34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F34B; }
p { color: rgb(197,243,75); }
H1.HeaderClassName
{
color: #C5F34B;
}
.AnyTagClassName
{
color: #C5F34B;
}
</style>
background-color css
<style>
a { background-color: #C5F34B; }
a { background-color: rgb(197,243,75); }
div.DivClassName
{
background-color: #C5F34B;
}
.BgClassName
{
background-color: #C5F34B;
}
</style>
border-color css
<style>
span { border-color: #C5F34B; }
span { border-color: rgb(197,243,75); }
td.TdClassName
{
border-color: #C5F34B;
}
.TagClassName
{
border-color: #C5F34B;
}
</style>