Shades of Conifer #CBF74F
Tints of Conifer #CBF74F
RGB
CMYK
RGB Variations
Color information
#CBF74F (or 0xCBF74F) is known color: Conifer. HEX triplet: CB, F7 and 4F. RGB value is (203,247,79). Sum of RGB (Red+Green+Blue) = 203+247+79=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF74F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF74F is #3408B0. Grayscale: #D7D7D7. Windows color (decimal): -3410097 or 5240779. OLE color: 5240779.
HSL color Cylindrical-coordinate representation of color #CBF74F: hue angle of 75.71º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBF74F is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 79 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.03 |
| HSL | 75.71º | 0.91% | 0.64% | - |
| HSV(B) | 75.71º | 0.68% | 0.97% | - |
| XYZ | 59.3 | 79.78 | 19.67 | - |
| YUV | 214.69 | 51.42 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 79 | 0.18 | 0 | 0.68 | 0.03 | 75.71 | 0.91 | 0.64 |
| Hex | CB | F7 | 4F | 12 | 0 | 44 | 3 | 4C | 5B | 40 |
| Octal | 313 | 367 | 117 | 22 | 0 | 104 | 3 | 114 | 133 | 100 |
| Binary | 11001011 | 11110111 | 1001111 | 10010 | 0 | 1000100 | 11 | 1001100 | 1011011 | 1000000 |
Color Harmonies of #CBF74F
Complementary color
Monochromatic Colors of #CBF74F
Black with #CBF74F
Text Example
Text Example
White with #CBF74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF74F; }
p { color: rgb(203,247,79); }
H1.HeaderClassName
{
color: #CBF74F;
}
.AnyTagClassName
{
color: #CBF74F;
}
</style>
background-color css
<style>
a { background-color: #CBF74F; }
a { background-color: rgb(203,247,79); }
div.DivClassName
{
background-color: #CBF74F;
}
.BgClassName
{
background-color: #CBF74F;
}
</style>
border-color css
<style>
span { border-color: #CBF74F; }
span { border-color: rgb(203,247,79); }
td.TdClassName
{
border-color: #CBF74F;
}
.TagClassName
{
border-color: #CBF74F;
}
</style>