Shades of Pear #CBF143
Tints of Pear #CBF143
RGB
CMYK
RGB Variations
Color information
#CBF143 (or 0xCBF143) is known color: Pear. HEX triplet: CB, F1 and 43. RGB value is (203,241,67). Sum of RGB (Red+Green+Blue) = 203+241+67=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 67 (26.56% from 255 or 13.11% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF143 is #340EBC. Grayscale: #D2D2D2. Windows color (decimal): -3411645 or 4452811. OLE color: 4452811.
HSL color Cylindrical-coordinate representation of color #CBF143: hue angle of 73.1º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBF143 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 67 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.05 |
| HSL | 73.1º | 0.86% | 0.6% | - |
| HSV(B) | 73.1º | 0.72% | 0.95% | - |
| XYZ | 57.1 | 76.01 | 16.97 | - |
| YUV | 209.8 | 47.41 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 67 | 0.16 | 0 | 0.72 | 0.05 | 73.1 | 0.86 | 0.6 |
| Hex | CB | F1 | 43 | 10 | 0 | 48 | 5 | 49 | 56 | 3C |
| Octal | 313 | 361 | 103 | 20 | 0 | 110 | 5 | 111 | 126 | 74 |
| Binary | 11001011 | 11110001 | 1000011 | 10000 | 0 | 1001000 | 101 | 1001001 | 1010110 | 111100 |
Color Harmonies of #CBF143
Complementary color
Monochromatic Colors of #CBF143
Black with #CBF143
Text Example
Text Example
White with #CBF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF143; }
p { color: rgb(203,241,67); }
H1.HeaderClassName
{
color: #CBF143;
}
.AnyTagClassName
{
color: #CBF143;
}
</style>
background-color css
<style>
a { background-color: #CBF143; }
a { background-color: rgb(203,241,67); }
div.DivClassName
{
background-color: #CBF143;
}
.BgClassName
{
background-color: #CBF143;
}
</style>
border-color css
<style>
span { border-color: #CBF143; }
span { border-color: rgb(203,241,67); }
td.TdClassName
{
border-color: #CBF143;
}
.TagClassName
{
border-color: #CBF143;
}
</style>