Shades of Conifer #CBF652
Tints of Conifer #CBF652
RGB
CMYK
RGB Variations
Color information
#CBF652 (or 0xCBF652) is known color: Conifer. HEX triplet: CB, F6 and 52. RGB value is (203,246,82). Sum of RGB (Red+Green+Blue) = 203+246+82=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF652 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF652 is #3409AD. Grayscale: #D7D7D7. Windows color (decimal): -3410350 or 5437131. OLE color: 5437131.
HSL color Cylindrical-coordinate representation of color #CBF652: hue angle of 75.73º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBF652 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 82 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.04 |
| HSL | 75.73º | 0.9% | 0.64% | - |
| HSV(B) | 75.73º | 0.67% | 0.96% | - |
| XYZ | 59.11 | 79.22 | 20.16 | - |
| YUV | 214.45 | 53.25 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 82 | 0.17 | 0 | 0.67 | 0.04 | 75.73 | 0.9 | 0.64 |
| Hex | CB | F6 | 52 | 11 | 0 | 43 | 4 | 4C | 5A | 40 |
| Octal | 313 | 366 | 122 | 21 | 0 | 103 | 4 | 114 | 132 | 100 |
| Binary | 11001011 | 11110110 | 1010010 | 10001 | 0 | 1000011 | 100 | 1001100 | 1011010 | 1000000 |
Color Harmonies of #CBF652
Complementary color
Monochromatic Colors of #CBF652
Black with #CBF652
Text Example
Text Example
White with #CBF652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF652; }
p { color: rgb(203,246,82); }
H1.HeaderClassName
{
color: #CBF652;
}
.AnyTagClassName
{
color: #CBF652;
}
</style>
background-color css
<style>
a { background-color: #CBF652; }
a { background-color: rgb(203,246,82); }
div.DivClassName
{
background-color: #CBF652;
}
.BgClassName
{
background-color: #CBF652;
}
</style>
border-color css
<style>
span { border-color: #CBF652; }
span { border-color: rgb(203,246,82); }
td.TdClassName
{
border-color: #CBF652;
}
.TagClassName
{
border-color: #CBF652;
}
</style>