Shades of Pear #CBFE31
Tints of Pear #CBFE31
RGB
CMYK
RGB Variations
Color information
#CBFE31 (or 0xCBFE31) is known color: Pear. HEX triplet: CB, FE and 31. RGB value is (203,254,49). Sum of RGB (Red+Green+Blue) = 203+254+49=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFE31 is #3401CE. Grayscale: #D8D8D8. Windows color (decimal): -3408335 or 3276491. OLE color: 3276491.
HSL color Cylindrical-coordinate representation of color #CBFE31: hue angle of 74.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBFE31 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 49 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.00 |
| HSL | 74.93º | 0.99% | 0.59% | - |
| HSV(B) | 74.93º | 0.81% | 1% | - |
| XYZ | 60.62 | 83.8 | 15.89 | - |
| YUV | 215.38 | 34.1 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 49 | 0.20 | 0 | 0.81 | 0.00 | 74.93 | 0.99 | 0.59 |
| Hex | CB | FE | 31 | 14 | 0 | 51 | 0 | 4B | 63 | 3B |
| Octal | 313 | 376 | 61 | 24 | 0 | 121 | 0 | 113 | 143 | 73 |
| Binary | 11001011 | 11111110 | 110001 | 10100 | 0 | 1010001 | 0 | 1001011 | 1100011 | 111011 |
Color Harmonies of #CBFE31
Complementary color
Monochromatic Colors of #CBFE31
Black with #CBFE31
Text Example
Text Example
White with #CBFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE31; }
p { color: rgb(203,254,49); }
H1.HeaderClassName
{
color: #CBFE31;
}
.AnyTagClassName
{
color: #CBFE31;
}
</style>
background-color css
<style>
a { background-color: #CBFE31; }
a { background-color: rgb(203,254,49); }
div.DivClassName
{
background-color: #CBFE31;
}
.BgClassName
{
background-color: #CBFE31;
}
</style>
border-color css
<style>
span { border-color: #CBFE31; }
span { border-color: rgb(203,254,49); }
td.TdClassName
{
border-color: #CBFE31;
}
.TagClassName
{
border-color: #CBFE31;
}
</style>