Shades of Pear #CBF139
Tints of Pear #CBF139
RGB
CMYK
RGB Variations
Color information
#CBF139 (or 0xCBF139) is known color: Pear. HEX triplet: CB, F1 and 39. RGB value is (203,241,57). Sum of RGB (Red+Green+Blue) = 203+241+57=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 57 (22.66% from 255 or 11.38% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF139 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF139 is #340EC6. Grayscale: #D1D1D1. Windows color (decimal): -3411655 or 3797451. OLE color: 3797451.
HSL color Cylindrical-coordinate representation of color #CBF139: hue angle of 72.39º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBF139 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 57 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.05 |
| HSL | 72.39º | 0.87% | 0.58% | - |
| HSV(B) | 72.39º | 0.76% | 0.95% | - |
| XYZ | 56.82 | 75.9 | 15.53 | - |
| YUV | 208.66 | 42.41 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 57 | 0.16 | 0 | 0.76 | 0.05 | 72.39 | 0.87 | 0.58 |
| Hex | CB | F1 | 39 | 10 | 0 | 4C | 5 | 48 | 57 | 3A |
| Octal | 313 | 361 | 71 | 20 | 0 | 114 | 5 | 110 | 127 | 72 |
| Binary | 11001011 | 11110001 | 111001 | 10000 | 0 | 1001100 | 101 | 1001000 | 1010111 | 111010 |
Color Harmonies of #CBF139
Complementary color
Monochromatic Colors of #CBF139
Black with #CBF139
Text Example
Text Example
White with #CBF139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF139; }
p { color: rgb(203,241,57); }
H1.HeaderClassName
{
color: #CBF139;
}
.AnyTagClassName
{
color: #CBF139;
}
</style>
background-color css
<style>
a { background-color: #CBF139; }
a { background-color: rgb(203,241,57); }
div.DivClassName
{
background-color: #CBF139;
}
.BgClassName
{
background-color: #CBF139;
}
</style>
border-color css
<style>
span { border-color: #CBF139; }
span { border-color: rgb(203,241,57); }
td.TdClassName
{
border-color: #CBF139;
}
.TagClassName
{
border-color: #CBF139;
}
</style>