Shades of Pear #CBF937
Tints of Pear #CBF937
RGB
CMYK
RGB Variations
Color information
#CBF937 (or 0xCBF937) is known color: Pear. HEX triplet: CB, F9 and 37. RGB value is (203,249,55). Sum of RGB (Red+Green+Blue) = 203+249+55=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 55 (21.88% from 255 or 10.85% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF937 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF937 is #3406C8. Grayscale: #D5D5D5. Windows color (decimal): -3409609 or 3668427. OLE color: 3668427.
HSL color Cylindrical-coordinate representation of color #CBF937: hue angle of 74.23º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBF937 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 55 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.02 |
| HSL | 74.23º | 0.94% | 0.6% | - |
| HSV(B) | 74.23º | 0.78% | 0.98% | - |
| XYZ | 59.19 | 80.72 | 16.08 | - |
| YUV | 213.13 | 38.76 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 55 | 0.18 | 0 | 0.78 | 0.02 | 74.23 | 0.94 | 0.6 |
| Hex | CB | F9 | 37 | 12 | 0 | 4E | 2 | 4A | 5E | 3C |
| Octal | 313 | 371 | 67 | 22 | 0 | 116 | 2 | 112 | 136 | 74 |
| Binary | 11001011 | 11111001 | 110111 | 10010 | 0 | 1001110 | 10 | 1001010 | 1011110 | 111100 |
Color Harmonies of #CBF937
Complementary color
Monochromatic Colors of #CBF937
Black with #CBF937
Text Example
Text Example
White with #CBF937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF937; }
p { color: rgb(203,249,55); }
H1.HeaderClassName
{
color: #CBF937;
}
.AnyTagClassName
{
color: #CBF937;
}
</style>
background-color css
<style>
a { background-color: #CBF937; }
a { background-color: rgb(203,249,55); }
div.DivClassName
{
background-color: #CBF937;
}
.BgClassName
{
background-color: #CBF937;
}
</style>
border-color css
<style>
span { border-color: #CBF937; }
span { border-color: rgb(203,249,55); }
td.TdClassName
{
border-color: #CBF937;
}
.TagClassName
{
border-color: #CBF937;
}
</style>