Shades of Pear #CBF11E
Tints of Pear #CBF11E
RGB
CMYK
RGB Variations
Color information
#CBF11E (or 0xCBF11E) is known color: Pear. HEX triplet: CB, F1 and 1E. RGB value is (203,241,30). Sum of RGB (Red+Green+Blue) = 203+241+30=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 30 (12.11% from 255 or 6.33% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF11E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF11E is #340EE1. Grayscale: #CECECE. Windows color (decimal): -3411682 or 2027979. OLE color: 2027979.
HSL color Cylindrical-coordinate representation of color #CBF11E: hue angle of 70.81º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBF11E is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 30 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.05 |
| HSL | 70.81º | 0.88% | 0.53% | - |
| HSV(B) | 70.81º | 0.88% | 0.95% | - |
| XYZ | 56.32 | 75.7 | 12.87 | - |
| YUV | 205.58 | 28.91 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 30 | 0.16 | 0 | 0.88 | 0.05 | 70.81 | 0.88 | 0.53 |
| Hex | CB | F1 | 1E | 10 | 0 | 58 | 5 | 47 | 58 | 35 |
| Octal | 313 | 361 | 36 | 20 | 0 | 130 | 5 | 107 | 130 | 65 |
| Binary | 11001011 | 11110001 | 11110 | 10000 | 0 | 1011000 | 101 | 1000111 | 1011000 | 110101 |
Color Harmonies of #CBF11E
Complementary color
Monochromatic Colors of #CBF11E
Black with #CBF11E
Text Example
Text Example
White with #CBF11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF11E; }
p { color: rgb(203,241,30); }
H1.HeaderClassName
{
color: #CBF11E;
}
.AnyTagClassName
{
color: #CBF11E;
}
</style>
background-color css
<style>
a { background-color: #CBF11E; }
a { background-color: rgb(203,241,30); }
div.DivClassName
{
background-color: #CBF11E;
}
.BgClassName
{
background-color: #CBF11E;
}
</style>
border-color css
<style>
span { border-color: #CBF11E; }
span { border-color: rgb(203,241,30); }
td.TdClassName
{
border-color: #CBF11E;
}
.TagClassName
{
border-color: #CBF11E;
}
</style>