Shades of Pear #CBFE37
Tints of Pear #CBFE37
RGB
CMYK
RGB Variations
Color information
#CBFE37 (or 0xCBFE37) is known color: Pear. HEX triplet: CB, FE and 37. RGB value is (203,254,55). Sum of RGB (Red+Green+Blue) = 203+254+55=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 55 (21.88% from 255 or 10.74% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFE37 is #3401C8. Grayscale: #D8D8D8. Windows color (decimal): -3408329 or 3669707. OLE color: 3669707.
HSL color Cylindrical-coordinate representation of color #CBFE37: hue angle of 75.38º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBFE37 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 55 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.00 |
| HSL | 75.38º | 0.99% | 0.61% | - |
| HSV(B) | 75.38º | 0.78% | 1% | - |
| XYZ | 60.76 | 83.86 | 16.6 | - |
| YUV | 216.07 | 37.1 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 55 | 0.20 | 0 | 0.78 | 0.00 | 75.38 | 0.99 | 0.61 |
| Hex | CB | FE | 37 | 14 | 0 | 4E | 0 | 4B | 63 | 3D |
| Octal | 313 | 376 | 67 | 24 | 0 | 116 | 0 | 113 | 143 | 75 |
| Binary | 11001011 | 11111110 | 110111 | 10100 | 0 | 1001110 | 0 | 1001011 | 1100011 | 111101 |
Color Harmonies of #CBFE37
Complementary color
Monochromatic Colors of #CBFE37
Black with #CBFE37
Text Example
Text Example
White with #CBFE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE37; }
p { color: rgb(203,254,55); }
H1.HeaderClassName
{
color: #CBFE37;
}
.AnyTagClassName
{
color: #CBFE37;
}
</style>
background-color css
<style>
a { background-color: #CBFE37; }
a { background-color: rgb(203,254,55); }
div.DivClassName
{
background-color: #CBFE37;
}
.BgClassName
{
background-color: #CBFE37;
}
</style>
border-color css
<style>
span { border-color: #CBFE37; }
span { border-color: rgb(203,254,55); }
td.TdClassName
{
border-color: #CBFE37;
}
.TagClassName
{
border-color: #CBFE37;
}
</style>