Shades of Pear #CBF72B
Tints of Pear #CBF72B
RGB
CMYK
RGB Variations
Color information
#CBF72B (or 0xCBF72B) is known color: Pear. HEX triplet: CB, F7 and 2B. RGB value is (203,247,43). Sum of RGB (Red+Green+Blue) = 203+247+43=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF72B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF72B is #3408D4. Grayscale: #D3D3D3. Windows color (decimal): -3410133 or 2881483. OLE color: 2881483.
HSL color Cylindrical-coordinate representation of color #CBF72B: hue angle of 72.94º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBF72B is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 43 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.03 |
| HSL | 72.94º | 0.93% | 0.57% | - |
| HSV(B) | 72.94º | 0.83% | 0.97% | - |
| XYZ | 58.33 | 79.39 | 14.54 | - |
| YUV | 210.59 | 33.42 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 43 | 0.18 | 0 | 0.83 | 0.03 | 72.94 | 0.93 | 0.57 |
| Hex | CB | F7 | 2B | 12 | 0 | 53 | 3 | 49 | 5D | 39 |
| Octal | 313 | 367 | 53 | 22 | 0 | 123 | 3 | 111 | 135 | 71 |
| Binary | 11001011 | 11110111 | 101011 | 10010 | 0 | 1010011 | 11 | 1001001 | 1011101 | 111001 |
Color Harmonies of #CBF72B
Complementary color
Monochromatic Colors of #CBF72B
Black with #CBF72B
Text Example
Text Example
White with #CBF72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF72B; }
p { color: rgb(203,247,43); }
H1.HeaderClassName
{
color: #CBF72B;
}
.AnyTagClassName
{
color: #CBF72B;
}
</style>
background-color css
<style>
a { background-color: #CBF72B; }
a { background-color: rgb(203,247,43); }
div.DivClassName
{
background-color: #CBF72B;
}
.BgClassName
{
background-color: #CBF72B;
}
</style>
border-color css
<style>
span { border-color: #CBF72B; }
span { border-color: rgb(203,247,43); }
td.TdClassName
{
border-color: #CBF72B;
}
.TagClassName
{
border-color: #CBF72B;
}
</style>