Shades of Conifer #CBF353
Tints of Conifer #CBF353
RGB
CMYK
RGB Variations
Color information
#CBF353 (or 0xCBF353) is known color: Conifer. HEX triplet: CB, F3 and 53. RGB value is (203,243,83). Sum of RGB (Red+Green+Blue) = 203+243+83=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF353 is #340CAC. Grayscale: #D5D5D5. Windows color (decimal): -3411117 or 5501899. OLE color: 5501899.
HSL color Cylindrical-coordinate representation of color #CBF353: hue angle of 75º degrees, saturation: 0.87, 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 #CBF353 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 83 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.05 |
| HSL | 75º | 0.87% | 0.64% | - |
| HSV(B) | 75º | 0.66% | 0.95% | - |
| XYZ | 58.24 | 77.42 | 20.06 | - |
| YUV | 212.8 | 54.75 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 83 | 0.16 | 0 | 0.66 | 0.05 | 75 | 0.87 | 0.64 |
| Hex | CB | F3 | 53 | 10 | 0 | 42 | 5 | 4B | 57 | 40 |
| Octal | 313 | 363 | 123 | 20 | 0 | 102 | 5 | 113 | 127 | 100 |
| Binary | 11001011 | 11110011 | 1010011 | 10000 | 0 | 1000010 | 101 | 1001011 | 1010111 | 1000000 |
Color Harmonies of #CBF353
Complementary color
Monochromatic Colors of #CBF353
Black with #CBF353
Text Example
Text Example
White with #CBF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF353; }
p { color: rgb(203,243,83); }
H1.HeaderClassName
{
color: #CBF353;
}
.AnyTagClassName
{
color: #CBF353;
}
</style>
background-color css
<style>
a { background-color: #CBF353; }
a { background-color: rgb(203,243,83); }
div.DivClassName
{
background-color: #CBF353;
}
.BgClassName
{
background-color: #CBF353;
}
</style>
border-color css
<style>
span { border-color: #CBF353; }
span { border-color: rgb(203,243,83); }
td.TdClassName
{
border-color: #CBF353;
}
.TagClassName
{
border-color: #CBF353;
}
</style>