Shades of Conifer #C5EF4B
Tints of Conifer #C5EF4B
RGB
CMYK
RGB Variations
Color information
#C5EF4B (or 0xC5EF4B) is known color: Conifer. HEX triplet: C5, EF and 4B. RGB value is (197,239,75). Sum of RGB (Red+Green+Blue) = 197+239+75=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EF4B is #3A10B4. Grayscale: #D0D0D0. Windows color (decimal): -3805365 or 4976581. OLE color: 4976581.
HSL color Cylindrical-coordinate representation of color #C5EF4B: hue angle of 75.37º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5EF4B is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 75 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.06 |
| HSL | 75.37º | 0.84% | 0.62% | - |
| HSV(B) | 75.37º | 0.69% | 0.94% | - |
| XYZ | 55.16 | 74.11 | 18.05 | - |
| YUV | 207.75 | 53.09 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 75 | 0.18 | 0 | 0.69 | 0.06 | 75.37 | 0.84 | 0.62 |
| Hex | C5 | EF | 4B | 12 | 0 | 45 | 6 | 4B | 54 | 3E |
| Octal | 305 | 357 | 113 | 22 | 0 | 105 | 6 | 113 | 124 | 76 |
| Binary | 11000101 | 11101111 | 1001011 | 10010 | 0 | 1000101 | 110 | 1001011 | 1010100 | 111110 |
Color Harmonies of #C5EF4B
Complementary color
Monochromatic Colors of #C5EF4B
Black with #C5EF4B
Text Example
Text Example
White with #C5EF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EF4B; }
p { color: rgb(197,239,75); }
H1.HeaderClassName
{
color: #C5EF4B;
}
.AnyTagClassName
{
color: #C5EF4B;
}
</style>
background-color css
<style>
a { background-color: #C5EF4B; }
a { background-color: rgb(197,239,75); }
div.DivClassName
{
background-color: #C5EF4B;
}
.BgClassName
{
background-color: #C5EF4B;
}
</style>
border-color css
<style>
span { border-color: #C5EF4B; }
span { border-color: rgb(197,239,75); }
td.TdClassName
{
border-color: #C5EF4B;
}
.TagClassName
{
border-color: #C5EF4B;
}
</style>