Shades of Conifer #CBF450
Tints of Conifer #CBF450
RGB
CMYK
RGB Variations
Color information
#CBF450 (or 0xCBF450) is known color: Conifer. HEX triplet: CB, F4 and 50. RGB value is (203,244,80). Sum of RGB (Red+Green+Blue) = 203+244+80=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF450 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF450 is #340BAF. Grayscale: #D5D5D5. Windows color (decimal): -3410864 or 5305547. OLE color: 5305547.
HSL color Cylindrical-coordinate representation of color #CBF450: hue angle of 75º degrees, saturation: 0.88, 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 #CBF450 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 80 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.04 |
| HSL | 75º | 0.88% | 0.64% | - |
| HSV(B) | 75º | 0.67% | 0.96% | - |
| XYZ | 58.43 | 77.98 | 19.56 | - |
| YUV | 213.05 | 52.92 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 80 | 0.17 | 0 | 0.67 | 0.04 | 75 | 0.88 | 0.64 |
| Hex | CB | F4 | 50 | 11 | 0 | 43 | 4 | 4B | 58 | 40 |
| Octal | 313 | 364 | 120 | 21 | 0 | 103 | 4 | 113 | 130 | 100 |
| Binary | 11001011 | 11110100 | 1010000 | 10001 | 0 | 1000011 | 100 | 1001011 | 1011000 | 1000000 |
Color Harmonies of #CBF450
Complementary color
Monochromatic Colors of #CBF450
Black with #CBF450
Text Example
Text Example
White with #CBF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF450; }
p { color: rgb(203,244,80); }
H1.HeaderClassName
{
color: #CBF450;
}
.AnyTagClassName
{
color: #CBF450;
}
</style>
background-color css
<style>
a { background-color: #CBF450; }
a { background-color: rgb(203,244,80); }
div.DivClassName
{
background-color: #CBF450;
}
.BgClassName
{
background-color: #CBF450;
}
</style>
border-color css
<style>
span { border-color: #CBF450; }
span { border-color: rgb(203,244,80); }
td.TdClassName
{
border-color: #CBF450;
}
.TagClassName
{
border-color: #CBF450;
}
</style>