Shades of Pear #CBF036
Tints of Pear #CBF036
RGB
CMYK
RGB Variations
Color information
#CBF036 (or 0xCBF036) is known color: Pear. HEX triplet: CB, F0 and 36. RGB value is (203,240,54). Sum of RGB (Red+Green+Blue) = 203+240+54=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 54 (21.48% from 255 or 10.87% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF036 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF036 is #340FC9. Grayscale: #D0D0D0. Windows color (decimal): -3411914 or 3600587. OLE color: 3600587.
HSL color Cylindrical-coordinate representation of color #CBF036: hue angle of 71.94º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBF036 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 54 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.06 |
| HSL | 71.94º | 0.86% | 0.58% | - |
| HSV(B) | 71.94º | 0.78% | 0.94% | - |
| XYZ | 56.45 | 75.28 | 15.05 | - |
| YUV | 207.73 | 41.24 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 54 | 0.15 | 0 | 0.78 | 0.06 | 71.94 | 0.86 | 0.58 |
| Hex | CB | F0 | 36 | F | 0 | 4E | 6 | 48 | 56 | 3A |
| Octal | 313 | 360 | 66 | 17 | 0 | 116 | 6 | 110 | 126 | 72 |
| Binary | 11001011 | 11110000 | 110110 | 1111 | 0 | 1001110 | 110 | 1001000 | 1010110 | 111010 |
Color Harmonies of #CBF036
Complementary color
Monochromatic Colors of #CBF036
Black with #CBF036
Text Example
Text Example
White with #CBF036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF036; }
p { color: rgb(203,240,54); }
H1.HeaderClassName
{
color: #CBF036;
}
.AnyTagClassName
{
color: #CBF036;
}
</style>
background-color css
<style>
a { background-color: #CBF036; }
a { background-color: rgb(203,240,54); }
div.DivClassName
{
background-color: #CBF036;
}
.BgClassName
{
background-color: #CBF036;
}
</style>
border-color css
<style>
span { border-color: #CBF036; }
span { border-color: rgb(203,240,54); }
td.TdClassName
{
border-color: #CBF036;
}
.TagClassName
{
border-color: #CBF036;
}
</style>