Shades of Pear #CBF83C
Tints of Pear #CBF83C
RGB
CMYK
RGB Variations
Color information
#CBF83C (or 0xCBF83C) is known color: Pear. HEX triplet: CB, F8 and 3C. RGB value is (203,248,60). Sum of RGB (Red+Green+Blue) = 203+248+60=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF83C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF83C is #3407C3. Grayscale: #D5D5D5. Windows color (decimal): -3409860 or 3995851. OLE color: 3995851.
HSL color Cylindrical-coordinate representation of color #CBF83C: hue angle of 74.36º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBF83C is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 60 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.03 |
| HSL | 74.36º | 0.93% | 0.6% | - |
| HSV(B) | 74.36º | 0.76% | 0.97% | - |
| XYZ | 59.01 | 80.16 | 16.64 | - |
| YUV | 213.11 | 41.59 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 60 | 0.18 | 0 | 0.76 | 0.03 | 74.36 | 0.93 | 0.6 |
| Hex | CB | F8 | 3C | 12 | 0 | 4C | 3 | 4A | 5D | 3C |
| Octal | 313 | 370 | 74 | 22 | 0 | 114 | 3 | 112 | 135 | 74 |
| Binary | 11001011 | 11111000 | 111100 | 10010 | 0 | 1001100 | 11 | 1001010 | 1011101 | 111100 |
Color Harmonies of #CBF83C
Complementary color
Monochromatic Colors of #CBF83C
Black with #CBF83C
Text Example
Text Example
White with #CBF83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF83C; }
p { color: rgb(203,248,60); }
H1.HeaderClassName
{
color: #CBF83C;
}
.AnyTagClassName
{
color: #CBF83C;
}
</style>
background-color css
<style>
a { background-color: #CBF83C; }
a { background-color: rgb(203,248,60); }
div.DivClassName
{
background-color: #CBF83C;
}
.BgClassName
{
background-color: #CBF83C;
}
</style>
border-color css
<style>
span { border-color: #CBF83C; }
span { border-color: rgb(203,248,60); }
td.TdClassName
{
border-color: #CBF83C;
}
.TagClassName
{
border-color: #CBF83C;
}
</style>