Shades of Pear #CBF72E
Tints of Pear #CBF72E
RGB
CMYK
RGB Variations
Color information
#CBF72E (or 0xCBF72E) is known color: Pear. HEX triplet: CB, F7 and 2E. RGB value is (203,247,46). Sum of RGB (Red+Green+Blue) = 203+247+46=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF72E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF72E is #3408D1. Grayscale: #D3D3D3. Windows color (decimal): -3410130 or 3078091. OLE color: 3078091.
HSL color Cylindrical-coordinate representation of color #CBF72E: hue angle of 73.13º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBF72E is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 46 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.03 |
| HSL | 73.13º | 0.93% | 0.57% | - |
| HSV(B) | 73.13º | 0.81% | 0.97% | - |
| XYZ | 58.38 | 79.42 | 14.84 | - |
| YUV | 210.93 | 34.92 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 46 | 0.18 | 0 | 0.81 | 0.03 | 73.13 | 0.93 | 0.57 |
| Hex | CB | F7 | 2E | 12 | 0 | 51 | 3 | 49 | 5D | 39 |
| Octal | 313 | 367 | 56 | 22 | 0 | 121 | 3 | 111 | 135 | 71 |
| Binary | 11001011 | 11110111 | 101110 | 10010 | 0 | 1010001 | 11 | 1001001 | 1011101 | 111001 |
Color Harmonies of #CBF72E
Complementary color
Monochromatic Colors of #CBF72E
Black with #CBF72E
Text Example
Text Example
White with #CBF72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF72E; }
p { color: rgb(203,247,46); }
H1.HeaderClassName
{
color: #CBF72E;
}
.AnyTagClassName
{
color: #CBF72E;
}
</style>
background-color css
<style>
a { background-color: #CBF72E; }
a { background-color: rgb(203,247,46); }
div.DivClassName
{
background-color: #CBF72E;
}
.BgClassName
{
background-color: #CBF72E;
}
</style>
border-color css
<style>
span { border-color: #CBF72E; }
span { border-color: rgb(203,247,46); }
td.TdClassName
{
border-color: #CBF72E;
}
.TagClassName
{
border-color: #CBF72E;
}
</style>