Shades of Pear #CBF226
Tints of Pear #CBF226
RGB
CMYK
RGB Variations
Color information
#CBF226 (or 0xCBF226) is known color: Pear. HEX triplet: CB, F2 and 26. RGB value is (203,242,38). Sum of RGB (Red+Green+Blue) = 203+242+38=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 38 (15.23% from 255 or 7.87% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF226 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF226 is #340DD9. Grayscale: #CFCFCF. Windows color (decimal): -3411418 or 2552523. OLE color: 2552523.
HSL color Cylindrical-coordinate representation of color #CBF226: hue angle of 71.47º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBF226 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 38 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.05 |
| HSL | 71.47º | 0.89% | 0.55% | - |
| HSV(B) | 71.47º | 0.84% | 0.95% | - |
| XYZ | 56.73 | 76.34 | 13.58 | - |
| YUV | 207.08 | 32.58 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 38 | 0.16 | 0 | 0.84 | 0.05 | 71.47 | 0.89 | 0.55 |
| Hex | CB | F2 | 26 | 10 | 0 | 54 | 5 | 47 | 59 | 37 |
| Octal | 313 | 362 | 46 | 20 | 0 | 124 | 5 | 107 | 131 | 67 |
| Binary | 11001011 | 11110010 | 100110 | 10000 | 0 | 1010100 | 101 | 1000111 | 1011001 | 110111 |
Color Harmonies of #CBF226
Complementary color
Monochromatic Colors of #CBF226
Black with #CBF226
Text Example
Text Example
White with #CBF226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF226; }
p { color: rgb(203,242,38); }
H1.HeaderClassName
{
color: #CBF226;
}
.AnyTagClassName
{
color: #CBF226;
}
</style>
background-color css
<style>
a { background-color: #CBF226; }
a { background-color: rgb(203,242,38); }
div.DivClassName
{
background-color: #CBF226;
}
.BgClassName
{
background-color: #CBF226;
}
</style>
border-color css
<style>
span { border-color: #CBF226; }
span { border-color: rgb(203,242,38); }
td.TdClassName
{
border-color: #CBF226;
}
.TagClassName
{
border-color: #CBF226;
}
</style>