Shades of Pear #CBF741
Tints of Pear #CBF741
RGB
CMYK
RGB Variations
Color information
#CBF741 (or 0xCBF741) is known color: Pear. HEX triplet: CB, F7 and 41. RGB value is (203,247,65). Sum of RGB (Red+Green+Blue) = 203+247+65=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF741 is #3408BE. Grayscale: #D5D5D5. Windows color (decimal): -3410111 or 4323275. OLE color: 4323275.
HSL color Cylindrical-coordinate representation of color #CBF741: hue angle of 74.51º 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 #CBF741 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 65 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.03 |
| HSL | 74.51º | 0.92% | 0.61% | - |
| HSV(B) | 74.51º | 0.74% | 0.97% | - |
| XYZ | 58.84 | 79.6 | 17.26 | - |
| YUV | 213.1 | 44.42 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 65 | 0.18 | 0 | 0.74 | 0.03 | 74.51 | 0.92 | 0.61 |
| Hex | CB | F7 | 41 | 12 | 0 | 4A | 3 | 4B | 5C | 3D |
| Octal | 313 | 367 | 101 | 22 | 0 | 112 | 3 | 113 | 134 | 75 |
| Binary | 11001011 | 11110111 | 1000001 | 10010 | 0 | 1001010 | 11 | 1001011 | 1011100 | 111101 |
Color Harmonies of #CBF741
Complementary color
Monochromatic Colors of #CBF741
Black with #CBF741
Text Example
Text Example
White with #CBF741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF741; }
p { color: rgb(203,247,65); }
H1.HeaderClassName
{
color: #CBF741;
}
.AnyTagClassName
{
color: #CBF741;
}
</style>
background-color css
<style>
a { background-color: #CBF741; }
a { background-color: rgb(203,247,65); }
div.DivClassName
{
background-color: #CBF741;
}
.BgClassName
{
background-color: #CBF741;
}
</style>
border-color css
<style>
span { border-color: #CBF741; }
span { border-color: rgb(203,247,65); }
td.TdClassName
{
border-color: #CBF741;
}
.TagClassName
{
border-color: #CBF741;
}
</style>