Shades of Conifer #CBF84D
Tints of Conifer #CBF84D
RGB
CMYK
RGB Variations
Color information
#CBF84D (or 0xCBF84D) is known color: Conifer. HEX triplet: CB, F8 and 4D. RGB value is (203,248,77). Sum of RGB (Red+Green+Blue) = 203+248+77=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF84D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF84D is #3407B2. Grayscale: #D7D7D7. Windows color (decimal): -3409843 or 5109963. OLE color: 5109963.
HSL color Cylindrical-coordinate representation of color #CBF84D: hue angle of 75.79º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBF84D is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 77 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.03 |
| HSL | 75.79º | 0.92% | 0.64% | - |
| HSV(B) | 75.79º | 0.69% | 0.97% | - |
| XYZ | 59.54 | 80.37 | 19.4 | - |
| YUV | 215.05 | 50.09 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 77 | 0.18 | 0 | 0.69 | 0.03 | 75.79 | 0.92 | 0.64 |
| Hex | CB | F8 | 4D | 12 | 0 | 45 | 3 | 4C | 5C | 40 |
| Octal | 313 | 370 | 115 | 22 | 0 | 105 | 3 | 114 | 134 | 100 |
| Binary | 11001011 | 11111000 | 1001101 | 10010 | 0 | 1000101 | 11 | 1001100 | 1011100 | 1000000 |
Color Harmonies of #CBF84D
Complementary color
Monochromatic Colors of #CBF84D
Black with #CBF84D
Text Example
Text Example
White with #CBF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF84D; }
p { color: rgb(203,248,77); }
H1.HeaderClassName
{
color: #CBF84D;
}
.AnyTagClassName
{
color: #CBF84D;
}
</style>
background-color css
<style>
a { background-color: #CBF84D; }
a { background-color: rgb(203,248,77); }
div.DivClassName
{
background-color: #CBF84D;
}
.BgClassName
{
background-color: #CBF84D;
}
</style>
border-color css
<style>
span { border-color: #CBF84D; }
span { border-color: rgb(203,248,77); }
td.TdClassName
{
border-color: #CBF84D;
}
.TagClassName
{
border-color: #CBF84D;
}
</style>