Shades of Pear #CBFE28
Tints of Pear #CBFE28
RGB
CMYK
RGB Variations
Color information
#CBFE28 (or 0xCBFE28) is known color: Pear. HEX triplet: CB, FE and 28. RGB value is (203,254,40). Sum of RGB (Red+Green+Blue) = 203+254+40=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 40 (16.02% from 255 or 8.05% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFE28 is #3401D7. Grayscale: #D7D7D7. Windows color (decimal): -3408344 or 2686667. OLE color: 2686667.
HSL color Cylindrical-coordinate representation of color #CBFE28: hue angle of 74.3º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBFE28 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 40 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.00 |
| HSL | 74.3º | 0.99% | 0.58% | - |
| HSV(B) | 74.3º | 0.84% | 1% | - |
| XYZ | 60.45 | 83.73 | 14.98 | - |
| YUV | 214.36 | 29.6 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 40 | 0.20 | 0 | 0.84 | 0.00 | 74.3 | 0.99 | 0.58 |
| Hex | CB | FE | 28 | 14 | 0 | 54 | 0 | 4A | 63 | 3A |
| Octal | 313 | 376 | 50 | 24 | 0 | 124 | 0 | 112 | 143 | 72 |
| Binary | 11001011 | 11111110 | 101000 | 10100 | 0 | 1010100 | 0 | 1001010 | 1100011 | 111010 |
Color Harmonies of #CBFE28
Complementary color
Monochromatic Colors of #CBFE28
Black with #CBFE28
Text Example
Text Example
White with #CBFE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE28; }
p { color: rgb(203,254,40); }
H1.HeaderClassName
{
color: #CBFE28;
}
.AnyTagClassName
{
color: #CBFE28;
}
</style>
background-color css
<style>
a { background-color: #CBFE28; }
a { background-color: rgb(203,254,40); }
div.DivClassName
{
background-color: #CBFE28;
}
.BgClassName
{
background-color: #CBFE28;
}
</style>
border-color css
<style>
span { border-color: #CBFE28; }
span { border-color: rgb(203,254,40); }
td.TdClassName
{
border-color: #CBFE28;
}
.TagClassName
{
border-color: #CBFE28;
}
</style>