Shades of Pear #CBF72F
Tints of Pear #CBF72F
RGB
CMYK
RGB Variations
Color information
#CBF72F (or 0xCBF72F) is known color: Pear. HEX triplet: CB, F7 and 2F. RGB value is (203,247,47). Sum of RGB (Red+Green+Blue) = 203+247+47=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 47 (18.75% from 255 or 9.46% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF72F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF72F is #3408D0. Grayscale: #D3D3D3. Windows color (decimal): -3410129 or 3143627. OLE color: 3143627.
HSL color Cylindrical-coordinate representation of color #CBF72F: hue angle of 73.2º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBF72F is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 47 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.03 |
| HSL | 73.2º | 0.93% | 0.58% | - |
| HSV(B) | 73.2º | 0.81% | 0.97% | - |
| XYZ | 58.4 | 79.42 | 14.94 | - |
| YUV | 211.04 | 35.42 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 47 | 0.18 | 0 | 0.81 | 0.03 | 73.2 | 0.93 | 0.58 |
| Hex | CB | F7 | 2F | 12 | 0 | 51 | 3 | 49 | 5D | 3A |
| Octal | 313 | 367 | 57 | 22 | 0 | 121 | 3 | 111 | 135 | 72 |
| Binary | 11001011 | 11110111 | 101111 | 10010 | 0 | 1010001 | 11 | 1001001 | 1011101 | 111010 |
Color Harmonies of #CBF72F
Complementary color
Monochromatic Colors of #CBF72F
Black with #CBF72F
Text Example
Text Example
White with #CBF72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF72F; }
p { color: rgb(203,247,47); }
H1.HeaderClassName
{
color: #CBF72F;
}
.AnyTagClassName
{
color: #CBF72F;
}
</style>
background-color css
<style>
a { background-color: #CBF72F; }
a { background-color: rgb(203,247,47); }
div.DivClassName
{
background-color: #CBF72F;
}
.BgClassName
{
background-color: #CBF72F;
}
</style>
border-color css
<style>
span { border-color: #CBF72F; }
span { border-color: rgb(203,247,47); }
td.TdClassName
{
border-color: #CBF72F;
}
.TagClassName
{
border-color: #CBF72F;
}
</style>