Shades of Pear #CBFE30
Tints of Pear #CBFE30
RGB
CMYK
RGB Variations
Color information
#CBFE30 (or 0xCBFE30) is known color: Pear. HEX triplet: CB, FE and 30. RGB value is (203,254,48). Sum of RGB (Red+Green+Blue) = 203+254+48=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFE30 is #3401CF. Grayscale: #D8D8D8. Windows color (decimal): -3408336 or 3210955. OLE color: 3210955.
HSL color Cylindrical-coordinate representation of color #CBFE30: hue angle of 74.85º 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 #CBFE30 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 48 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.00 |
| HSL | 74.85º | 0.99% | 0.59% | - |
| HSV(B) | 74.85º | 0.81% | 1% | - |
| XYZ | 60.6 | 83.79 | 15.78 | - |
| YUV | 215.27 | 33.6 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 48 | 0.20 | 0 | 0.81 | 0.00 | 74.85 | 0.99 | 0.59 |
| Hex | CB | FE | 30 | 14 | 0 | 51 | 0 | 4B | 63 | 3B |
| Octal | 313 | 376 | 60 | 24 | 0 | 121 | 0 | 113 | 143 | 73 |
| Binary | 11001011 | 11111110 | 110000 | 10100 | 0 | 1010001 | 0 | 1001011 | 1100011 | 111011 |
Color Harmonies of #CBFE30
Complementary color
Monochromatic Colors of #CBFE30
Black with #CBFE30
Text Example
Text Example
White with #CBFE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE30; }
p { color: rgb(203,254,48); }
H1.HeaderClassName
{
color: #CBFE30;
}
.AnyTagClassName
{
color: #CBFE30;
}
</style>
background-color css
<style>
a { background-color: #CBFE30; }
a { background-color: rgb(203,254,48); }
div.DivClassName
{
background-color: #CBFE30;
}
.BgClassName
{
background-color: #CBFE30;
}
</style>
border-color css
<style>
span { border-color: #CBFE30; }
span { border-color: rgb(203,254,48); }
td.TdClassName
{
border-color: #CBFE30;
}
.TagClassName
{
border-color: #CBFE30;
}
</style>