Shades of Conifer #CBF84F
Tints of Conifer #CBF84F
RGB
CMYK
RGB Variations
Color information
#CBF84F (or 0xCBF84F) is known color: Conifer. HEX triplet: CB, F8 and 4F. RGB value is (203,248,79). Sum of RGB (Red+Green+Blue) = 203+248+79=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 79 (31.25% from 255 or 14.91% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF84F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF84F is #3407B0. Grayscale: #D7D7D7. Windows color (decimal): -3409841 or 5241035. OLE color: 5241035.
HSL color Cylindrical-coordinate representation of color #CBF84F: hue angle of 75.98º degrees, saturation: 0.92, 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 #CBF84F is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 79 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.03 |
| HSL | 75.98º | 0.92% | 0.64% | - |
| HSV(B) | 75.98º | 0.68% | 0.97% | - |
| XYZ | 59.61 | 80.4 | 19.77 | - |
| YUV | 215.28 | 51.09 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 79 | 0.18 | 0 | 0.68 | 0.03 | 75.98 | 0.92 | 0.64 |
| Hex | CB | F8 | 4F | 12 | 0 | 44 | 3 | 4C | 5C | 40 |
| Octal | 313 | 370 | 117 | 22 | 0 | 104 | 3 | 114 | 134 | 100 |
| Binary | 11001011 | 11111000 | 1001111 | 10010 | 0 | 1000100 | 11 | 1001100 | 1011100 | 1000000 |
Color Harmonies of #CBF84F
Complementary color
Monochromatic Colors of #CBF84F
Black with #CBF84F
Text Example
Text Example
White with #CBF84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF84F; }
p { color: rgb(203,248,79); }
H1.HeaderClassName
{
color: #CBF84F;
}
.AnyTagClassName
{
color: #CBF84F;
}
</style>
background-color css
<style>
a { background-color: #CBF84F; }
a { background-color: rgb(203,248,79); }
div.DivClassName
{
background-color: #CBF84F;
}
.BgClassName
{
background-color: #CBF84F;
}
</style>
border-color css
<style>
span { border-color: #CBF84F; }
span { border-color: rgb(203,248,79); }
td.TdClassName
{
border-color: #CBF84F;
}
.TagClassName
{
border-color: #CBF84F;
}
</style>