Shades of Pear #CBF52E
Tints of Pear #CBF52E
RGB
CMYK
RGB Variations
Color information
#CBF52E (or 0xCBF52E) is known color: Pear. HEX triplet: CB, F5 and 2E. RGB value is (203,245,46). Sum of RGB (Red+Green+Blue) = 203+245+46=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF52E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF52E is #340AD1. Grayscale: #D2D2D2. Windows color (decimal): -3410642 or 3077579. OLE color: 3077579.
HSL color Cylindrical-coordinate representation of color #CBF52E: hue angle of 72.66º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBF52E is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 46 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.04 |
| HSL | 72.66º | 0.91% | 0.57% | - |
| HSV(B) | 72.66º | 0.81% | 0.96% | - |
| XYZ | 57.77 | 78.2 | 14.63 | - |
| YUV | 209.76 | 35.59 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 46 | 0.17 | 0 | 0.81 | 0.04 | 72.66 | 0.91 | 0.57 |
| Hex | CB | F5 | 2E | 11 | 0 | 51 | 4 | 49 | 5B | 39 |
| Octal | 313 | 365 | 56 | 21 | 0 | 121 | 4 | 111 | 133 | 71 |
| Binary | 11001011 | 11110101 | 101110 | 10001 | 0 | 1010001 | 100 | 1001001 | 1011011 | 111001 |
Color Harmonies of #CBF52E
Complementary color
Monochromatic Colors of #CBF52E
Black with #CBF52E
Text Example
Text Example
White with #CBF52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF52E; }
p { color: rgb(203,245,46); }
H1.HeaderClassName
{
color: #CBF52E;
}
.AnyTagClassName
{
color: #CBF52E;
}
</style>
background-color css
<style>
a { background-color: #CBF52E; }
a { background-color: rgb(203,245,46); }
div.DivClassName
{
background-color: #CBF52E;
}
.BgClassName
{
background-color: #CBF52E;
}
</style>
border-color css
<style>
span { border-color: #CBF52E; }
span { border-color: rgb(203,245,46); }
td.TdClassName
{
border-color: #CBF52E;
}
.TagClassName
{
border-color: #CBF52E;
}
</style>