Shades of Pear #CBF740
Tints of Pear #CBF740
RGB
CMYK
RGB Variations
Color information
#CBF740 (or 0xCBF740) is known color: Pear. HEX triplet: CB, F7 and 40. RGB value is (203,247,64). Sum of RGB (Red+Green+Blue) = 203+247+64=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF740 is #3408BF. Grayscale: #D5D5D5. Windows color (decimal): -3410112 or 4257739. OLE color: 4257739.
HSL color Cylindrical-coordinate representation of color #CBF740: hue angle of 74.43º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBF740 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 64 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.03 |
| HSL | 74.43º | 0.92% | 0.61% | - |
| HSV(B) | 74.43º | 0.74% | 0.97% | - |
| XYZ | 58.81 | 79.59 | 17.11 | - |
| YUV | 212.98 | 43.92 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 64 | 0.18 | 0 | 0.74 | 0.03 | 74.43 | 0.92 | 0.61 |
| Hex | CB | F7 | 40 | 12 | 0 | 4A | 3 | 4A | 5C | 3D |
| Octal | 313 | 367 | 100 | 22 | 0 | 112 | 3 | 112 | 134 | 75 |
| Binary | 11001011 | 11110111 | 1000000 | 10010 | 0 | 1001010 | 11 | 1001010 | 1011100 | 111101 |
Color Harmonies of #CBF740
Complementary color
Monochromatic Colors of #CBF740
Black with #CBF740
Text Example
Text Example
White with #CBF740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF740; }
p { color: rgb(203,247,64); }
H1.HeaderClassName
{
color: #CBF740;
}
.AnyTagClassName
{
color: #CBF740;
}
</style>
background-color css
<style>
a { background-color: #CBF740; }
a { background-color: rgb(203,247,64); }
div.DivClassName
{
background-color: #CBF740;
}
.BgClassName
{
background-color: #CBF740;
}
</style>
border-color css
<style>
span { border-color: #CBF740; }
span { border-color: rgb(203,247,64); }
td.TdClassName
{
border-color: #CBF740;
}
.TagClassName
{
border-color: #CBF740;
}
</style>