Shades of Pear #CBFE3C
Tints of Pear #CBFE3C
RGB
CMYK
RGB Variations
Color information
#CBFE3C (or 0xCBFE3C) is known color: Pear. HEX triplet: CB, FE and 3C. RGB value is (203,254,60). Sum of RGB (Red+Green+Blue) = 203+254+60=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 60 (23.83% from 255 or 11.61% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFE3C is #3401C3. Grayscale: #D9D9D9. Windows color (decimal): -3408324 or 3997387. OLE color: 3997387.
HSL color Cylindrical-coordinate representation of color #CBFE3C: hue angle of 75.77º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBFE3C is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 60 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.00 |
| HSL | 75.77º | 0.99% | 0.62% | - |
| HSV(B) | 75.77º | 0.76% | 1% | - |
| XYZ | 60.89 | 83.91 | 17.26 | - |
| YUV | 216.64 | 39.6 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 60 | 0.20 | 0 | 0.76 | 0.00 | 75.77 | 0.99 | 0.62 |
| Hex | CB | FE | 3C | 14 | 0 | 4C | 0 | 4C | 63 | 3E |
| Octal | 313 | 376 | 74 | 24 | 0 | 114 | 0 | 114 | 143 | 76 |
| Binary | 11001011 | 11111110 | 111100 | 10100 | 0 | 1001100 | 0 | 1001100 | 1100011 | 111110 |
Color Harmonies of #CBFE3C
Complementary color
Monochromatic Colors of #CBFE3C
Black with #CBFE3C
Text Example
Text Example
White with #CBFE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE3C; }
p { color: rgb(203,254,60); }
H1.HeaderClassName
{
color: #CBFE3C;
}
.AnyTagClassName
{
color: #CBFE3C;
}
</style>
background-color css
<style>
a { background-color: #CBFE3C; }
a { background-color: rgb(203,254,60); }
div.DivClassName
{
background-color: #CBFE3C;
}
.BgClassName
{
background-color: #CBFE3C;
}
</style>
border-color css
<style>
span { border-color: #CBFE3C; }
span { border-color: rgb(203,254,60); }
td.TdClassName
{
border-color: #CBFE3C;
}
.TagClassName
{
border-color: #CBFE3C;
}
</style>