Shades of Pear #CBF140
Tints of Pear #CBF140
RGB
CMYK
RGB Variations
Color information
#CBF140 (or 0xCBF140) is known color: Pear. HEX triplet: CB, F1 and 40. RGB value is (203,241,64). Sum of RGB (Red+Green+Blue) = 203+241+64=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF140 is #340EBF. Grayscale: #D2D2D2. Windows color (decimal): -3411648 or 4256203. OLE color: 4256203.
HSL color Cylindrical-coordinate representation of color #CBF140: hue angle of 72.88º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBF140 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 64 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.05 |
| HSL | 72.88º | 0.86% | 0.6% | - |
| HSV(B) | 72.88º | 0.73% | 0.95% | - |
| XYZ | 57.01 | 75.98 | 16.51 | - |
| YUV | 209.46 | 45.91 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 64 | 0.16 | 0 | 0.73 | 0.05 | 72.88 | 0.86 | 0.6 |
| Hex | CB | F1 | 40 | 10 | 0 | 49 | 5 | 49 | 56 | 3C |
| Octal | 313 | 361 | 100 | 20 | 0 | 111 | 5 | 111 | 126 | 74 |
| Binary | 11001011 | 11110001 | 1000000 | 10000 | 0 | 1001001 | 101 | 1001001 | 1010110 | 111100 |
Color Harmonies of #CBF140
Complementary color
Monochromatic Colors of #CBF140
Black with #CBF140
Text Example
Text Example
White with #CBF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF140; }
p { color: rgb(203,241,64); }
H1.HeaderClassName
{
color: #CBF140;
}
.AnyTagClassName
{
color: #CBF140;
}
</style>
background-color css
<style>
a { background-color: #CBF140; }
a { background-color: rgb(203,241,64); }
div.DivClassName
{
background-color: #CBF140;
}
.BgClassName
{
background-color: #CBF140;
}
</style>
border-color css
<style>
span { border-color: #CBF140; }
span { border-color: rgb(203,241,64); }
td.TdClassName
{
border-color: #CBF140;
}
.TagClassName
{
border-color: #CBF140;
}
</style>