Shades of Conifer #CBF153
Tints of Conifer #CBF153
RGB
CMYK
RGB Variations
Color information
#CBF153 (or 0xCBF153) is known color: Conifer. HEX triplet: CB, F1 and 53. RGB value is (203,241,83). Sum of RGB (Red+Green+Blue) = 203+241+83=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF153 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF153 is #340EAC. Grayscale: #D4D4D4. Windows color (decimal): -3411629 or 5501387. OLE color: 5501387.
HSL color Cylindrical-coordinate representation of color #CBF153: hue angle of 74.43º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBF153 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 83 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.05 |
| HSL | 74.43º | 0.85% | 0.64% | - |
| HSV(B) | 74.43º | 0.66% | 0.95% | - |
| XYZ | 57.65 | 76.23 | 19.86 | - |
| YUV | 211.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 83 | 0.16 | 0 | 0.66 | 0.05 | 74.43 | 0.85 | 0.64 |
| Hex | CB | F1 | 53 | 10 | 0 | 42 | 5 | 4A | 55 | 40 |
| Octal | 313 | 361 | 123 | 20 | 0 | 102 | 5 | 112 | 125 | 100 |
| Binary | 11001011 | 11110001 | 1010011 | 10000 | 0 | 1000010 | 101 | 1001010 | 1010101 | 1000000 |
Color Harmonies of #CBF153
Complementary color
Monochromatic Colors of #CBF153
Black with #CBF153
Text Example
Text Example
White with #CBF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF153; }
p { color: rgb(203,241,83); }
H1.HeaderClassName
{
color: #CBF153;
}
.AnyTagClassName
{
color: #CBF153;
}
</style>
background-color css
<style>
a { background-color: #CBF153; }
a { background-color: rgb(203,241,83); }
div.DivClassName
{
background-color: #CBF153;
}
.BgClassName
{
background-color: #CBF153;
}
</style>
border-color css
<style>
span { border-color: #CBF153; }
span { border-color: rgb(203,241,83); }
td.TdClassName
{
border-color: #CBF153;
}
.TagClassName
{
border-color: #CBF153;
}
</style>