Shades of Pear #CBF83E
Tints of Pear #CBF83E
RGB
CMYK
RGB Variations
Color information
#CBF83E (or 0xCBF83E) is known color: Pear. HEX triplet: CB, F8 and 3E. RGB value is (203,248,62). Sum of RGB (Red+Green+Blue) = 203+248+62=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 62 (24.61% from 255 or 12.09% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF83E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF83E is #3407C1. Grayscale: #D6D6D6. Windows color (decimal): -3409858 or 4126923. OLE color: 4126923.
HSL color Cylindrical-coordinate representation of color #CBF83E: hue angle of 74.52º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBF83E is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 62 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.03 |
| HSL | 74.52º | 0.93% | 0.61% | - |
| HSV(B) | 74.52º | 0.75% | 0.97% | - |
| XYZ | 59.07 | 80.18 | 16.92 | - |
| YUV | 213.34 | 42.59 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 62 | 0.18 | 0 | 0.75 | 0.03 | 74.52 | 0.93 | 0.61 |
| Hex | CB | F8 | 3E | 12 | 0 | 4B | 3 | 4B | 5D | 3D |
| Octal | 313 | 370 | 76 | 22 | 0 | 113 | 3 | 113 | 135 | 75 |
| Binary | 11001011 | 11111000 | 111110 | 10010 | 0 | 1001011 | 11 | 1001011 | 1011101 | 111101 |
Color Harmonies of #CBF83E
Complementary color
Monochromatic Colors of #CBF83E
Black with #CBF83E
Text Example
Text Example
White with #CBF83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF83E; }
p { color: rgb(203,248,62); }
H1.HeaderClassName
{
color: #CBF83E;
}
.AnyTagClassName
{
color: #CBF83E;
}
</style>
background-color css
<style>
a { background-color: #CBF83E; }
a { background-color: rgb(203,248,62); }
div.DivClassName
{
background-color: #CBF83E;
}
.BgClassName
{
background-color: #CBF83E;
}
</style>
border-color css
<style>
span { border-color: #CBF83E; }
span { border-color: rgb(203,248,62); }
td.TdClassName
{
border-color: #CBF83E;
}
.TagClassName
{
border-color: #CBF83E;
}
</style>