Shades of Pear #CBF532
Tints of Pear #CBF532
RGB
CMYK
RGB Variations
Color information
#CBF532 (or 0xCBF532) is known color: Pear. HEX triplet: CB, F5 and 32. RGB value is (203,245,50). Sum of RGB (Red+Green+Blue) = 203+245+50=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF532 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF532 is #340ACD. Grayscale: #D2D2D2. Windows color (decimal): -3410638 or 3339723. OLE color: 3339723.
HSL color Cylindrical-coordinate representation of color #CBF532: hue angle of 72.92º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBF532 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 50 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.04 |
| HSL | 72.92º | 0.91% | 0.58% | - |
| HSV(B) | 72.92º | 0.8% | 0.96% | - |
| XYZ | 57.86 | 78.23 | 15.07 | - |
| YUV | 210.21 | 37.59 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 50 | 0.17 | 0 | 0.80 | 0.04 | 72.92 | 0.91 | 0.58 |
| Hex | CB | F5 | 32 | 11 | 0 | 50 | 4 | 49 | 5B | 3A |
| Octal | 313 | 365 | 62 | 21 | 0 | 120 | 4 | 111 | 133 | 72 |
| Binary | 11001011 | 11110101 | 110010 | 10001 | 0 | 1010000 | 100 | 1001001 | 1011011 | 111010 |
Color Harmonies of #CBF532
Complementary color
Monochromatic Colors of #CBF532
Black with #CBF532
Text Example
Text Example
White with #CBF532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF532; }
p { color: rgb(203,245,50); }
H1.HeaderClassName
{
color: #CBF532;
}
.AnyTagClassName
{
color: #CBF532;
}
</style>
background-color css
<style>
a { background-color: #CBF532; }
a { background-color: rgb(203,245,50); }
div.DivClassName
{
background-color: #CBF532;
}
.BgClassName
{
background-color: #CBF532;
}
</style>
border-color css
<style>
span { border-color: #CBF532; }
span { border-color: rgb(203,245,50); }
td.TdClassName
{
border-color: #CBF532;
}
.TagClassName
{
border-color: #CBF532;
}
</style>