Shades of Pear #CBF641
Tints of Pear #CBF641
RGB
CMYK
RGB Variations
Color information
#CBF641 (or 0xCBF641) is known color: Pear. HEX triplet: CB, F6 and 41. RGB value is (203,246,65). Sum of RGB (Red+Green+Blue) = 203+246+65=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF641 is #3409BE. Grayscale: #D5D5D5. Windows color (decimal): -3410367 or 4323019. OLE color: 4323019.
HSL color Cylindrical-coordinate representation of color #CBF641: hue angle of 74.25º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBF641 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 65 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.04 |
| HSL | 74.25º | 0.91% | 0.61% | - |
| HSV(B) | 74.25º | 0.74% | 0.96% | - |
| XYZ | 58.54 | 78.99 | 17.16 | - |
| YUV | 212.51 | 44.75 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 65 | 0.17 | 0 | 0.74 | 0.04 | 74.25 | 0.91 | 0.61 |
| Hex | CB | F6 | 41 | 11 | 0 | 4A | 4 | 4A | 5B | 3D |
| Octal | 313 | 366 | 101 | 21 | 0 | 112 | 4 | 112 | 133 | 75 |
| Binary | 11001011 | 11110110 | 1000001 | 10001 | 0 | 1001010 | 100 | 1001010 | 1011011 | 111101 |
Color Harmonies of #CBF641
Complementary color
Monochromatic Colors of #CBF641
Black with #CBF641
Text Example
Text Example
White with #CBF641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF641; }
p { color: rgb(203,246,65); }
H1.HeaderClassName
{
color: #CBF641;
}
.AnyTagClassName
{
color: #CBF641;
}
</style>
background-color css
<style>
a { background-color: #CBF641; }
a { background-color: rgb(203,246,65); }
div.DivClassName
{
background-color: #CBF641;
}
.BgClassName
{
background-color: #CBF641;
}
</style>
border-color css
<style>
span { border-color: #CBF641; }
span { border-color: rgb(203,246,65); }
td.TdClassName
{
border-color: #CBF641;
}
.TagClassName
{
border-color: #CBF641;
}
</style>