Shades of Pear #CBF831
Tints of Pear #CBF831
RGB
CMYK
RGB Variations
Color information
#CBF831 (or 0xCBF831) is known color: Pear. HEX triplet: CB, F8 and 31. RGB value is (203,248,49). Sum of RGB (Red+Green+Blue) = 203+248+49=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 49 (19.53% from 255 or 9.8% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF831 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF831 is #3407CE. Grayscale: #D4D4D4. Windows color (decimal): -3409871 or 3274955. OLE color: 3274955.
HSL color Cylindrical-coordinate representation of color #CBF831: hue angle of 73.57º 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 #CBF831 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 49 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.03 |
| HSL | 73.57º | 0.93% | 0.58% | - |
| HSV(B) | 73.57º | 0.8% | 0.97% | - |
| XYZ | 58.75 | 80.05 | 15.26 | - |
| YUV | 211.86 | 36.09 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 49 | 0.18 | 0 | 0.80 | 0.03 | 73.57 | 0.93 | 0.58 |
| Hex | CB | F8 | 31 | 12 | 0 | 50 | 3 | 4A | 5D | 3A |
| Octal | 313 | 370 | 61 | 22 | 0 | 120 | 3 | 112 | 135 | 72 |
| Binary | 11001011 | 11111000 | 110001 | 10010 | 0 | 1010000 | 11 | 1001010 | 1011101 | 111010 |
Color Harmonies of #CBF831
Complementary color
Monochromatic Colors of #CBF831
Black with #CBF831
Text Example
Text Example
White with #CBF831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF831; }
p { color: rgb(203,248,49); }
H1.HeaderClassName
{
color: #CBF831;
}
.AnyTagClassName
{
color: #CBF831;
}
</style>
background-color css
<style>
a { background-color: #CBF831; }
a { background-color: rgb(203,248,49); }
div.DivClassName
{
background-color: #CBF831;
}
.BgClassName
{
background-color: #CBF831;
}
</style>
border-color css
<style>
span { border-color: #CBF831; }
span { border-color: rgb(203,248,49); }
td.TdClassName
{
border-color: #CBF831;
}
.TagClassName
{
border-color: #CBF831;
}
</style>