Shades of Pear #CBF832
Tints of Pear #CBF832
RGB
CMYK
RGB Variations
Color information
#CBF832 (or 0xCBF832) is known color: Pear. HEX triplet: CB, F8 and 32. RGB value is (203,248,50). Sum of RGB (Red+Green+Blue) = 203+248+50=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF832 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF832 is #3407CD. Grayscale: #D4D4D4. Windows color (decimal): -3409870 or 3340491. OLE color: 3340491.
HSL color Cylindrical-coordinate representation of color #CBF832: hue angle of 73.64º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBF832 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 50 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.03 |
| HSL | 73.64º | 0.93% | 0.58% | - |
| HSV(B) | 73.64º | 0.8% | 0.97% | - |
| XYZ | 58.77 | 80.06 | 15.37 | - |
| YUV | 211.97 | 36.59 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 50 | 0.18 | 0 | 0.80 | 0.03 | 73.64 | 0.93 | 0.58 |
| Hex | CB | F8 | 32 | 12 | 0 | 50 | 3 | 4A | 5D | 3A |
| Octal | 313 | 370 | 62 | 22 | 0 | 120 | 3 | 112 | 135 | 72 |
| Binary | 11001011 | 11111000 | 110010 | 10010 | 0 | 1010000 | 11 | 1001010 | 1011101 | 111010 |
Color Harmonies of #CBF832
Complementary color
Monochromatic Colors of #CBF832
Black with #CBF832
Text Example
Text Example
White with #CBF832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF832; }
p { color: rgb(203,248,50); }
H1.HeaderClassName
{
color: #CBF832;
}
.AnyTagClassName
{
color: #CBF832;
}
</style>
background-color css
<style>
a { background-color: #CBF832; }
a { background-color: rgb(203,248,50); }
div.DivClassName
{
background-color: #CBF832;
}
.BgClassName
{
background-color: #CBF832;
}
</style>
border-color css
<style>
span { border-color: #CBF832; }
span { border-color: rgb(203,248,50); }
td.TdClassName
{
border-color: #CBF832;
}
.TagClassName
{
border-color: #CBF832;
}
</style>