Shades of Conifer #CBF250
Tints of Conifer #CBF250
RGB
CMYK
RGB Variations
Color information
#CBF250 (or 0xCBF250) is known color: Conifer. HEX triplet: CB, F2 and 50. RGB value is (203,242,80). Sum of RGB (Red+Green+Blue) = 203+242+80=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF250 is #340DAF. Grayscale: #D4D4D4. Windows color (decimal): -3411376 or 5305035. OLE color: 5305035.
HSL color Cylindrical-coordinate representation of color #CBF250: hue angle of 74.44º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBF250 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 80 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.05 |
| HSL | 74.44º | 0.86% | 0.63% | - |
| HSV(B) | 74.44º | 0.67% | 0.95% | - |
| XYZ | 57.83 | 76.78 | 19.36 | - |
| YUV | 211.87 | 53.58 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 80 | 0.16 | 0 | 0.67 | 0.05 | 74.44 | 0.86 | 0.63 |
| Hex | CB | F2 | 50 | 10 | 0 | 43 | 5 | 4A | 56 | 3F |
| Octal | 313 | 362 | 120 | 20 | 0 | 103 | 5 | 112 | 126 | 77 |
| Binary | 11001011 | 11110010 | 1010000 | 10000 | 0 | 1000011 | 101 | 1001010 | 1010110 | 111111 |
Color Harmonies of #CBF250
Complementary color
Monochromatic Colors of #CBF250
Black with #CBF250
Text Example
Text Example
White with #CBF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF250; }
p { color: rgb(203,242,80); }
H1.HeaderClassName
{
color: #CBF250;
}
.AnyTagClassName
{
color: #CBF250;
}
</style>
background-color css
<style>
a { background-color: #CBF250; }
a { background-color: rgb(203,242,80); }
div.DivClassName
{
background-color: #CBF250;
}
.BgClassName
{
background-color: #CBF250;
}
</style>
border-color css
<style>
span { border-color: #CBF250; }
span { border-color: rgb(203,242,80); }
td.TdClassName
{
border-color: #CBF250;
}
.TagClassName
{
border-color: #CBF250;
}
</style>