Shades of Pear #CBF942
Tints of Pear #CBF942
RGB
CMYK
RGB Variations
Color information
#CBF942 (or 0xCBF942) is known color: Pear. HEX triplet: CB, F9 and 42. RGB value is (203,249,66). Sum of RGB (Red+Green+Blue) = 203+249+66=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 66 (26.17% from 255 or 12.74% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF942 is #3406BD. Grayscale: #D7D7D7. Windows color (decimal): -3409598 or 4389323. OLE color: 4389323.
HSL color Cylindrical-coordinate representation of color #CBF942: hue angle of 75.08º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBF942 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 66 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.02 |
| HSL | 75.08º | 0.94% | 0.62% | - |
| HSV(B) | 75.08º | 0.73% | 0.98% | - |
| XYZ | 59.49 | 80.84 | 17.62 | - |
| YUV | 214.38 | 44.26 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 66 | 0.18 | 0 | 0.73 | 0.02 | 75.08 | 0.94 | 0.62 |
| Hex | CB | F9 | 42 | 12 | 0 | 49 | 2 | 4B | 5E | 3E |
| Octal | 313 | 371 | 102 | 22 | 0 | 111 | 2 | 113 | 136 | 76 |
| Binary | 11001011 | 11111001 | 1000010 | 10010 | 0 | 1001001 | 10 | 1001011 | 1011110 | 111110 |
Color Harmonies of #CBF942
Complementary color
Monochromatic Colors of #CBF942
Black with #CBF942
Text Example
Text Example
White with #CBF942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF942; }
p { color: rgb(203,249,66); }
H1.HeaderClassName
{
color: #CBF942;
}
.AnyTagClassName
{
color: #CBF942;
}
</style>
background-color css
<style>
a { background-color: #CBF942; }
a { background-color: rgb(203,249,66); }
div.DivClassName
{
background-color: #CBF942;
}
.BgClassName
{
background-color: #CBF942;
}
</style>
border-color css
<style>
span { border-color: #CBF942; }
span { border-color: rgb(203,249,66); }
td.TdClassName
{
border-color: #CBF942;
}
.TagClassName
{
border-color: #CBF942;
}
</style>