Shades of Pear #CBF030
Tints of Pear #CBF030
RGB
CMYK
RGB Variations
Color information
#CBF030 (or 0xCBF030) is known color: Pear. HEX triplet: CB, F0 and 30. RGB value is (203,240,48). Sum of RGB (Red+Green+Blue) = 203+240+48=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF030 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF030 is #340FCF. Grayscale: #CFCFCF. Windows color (decimal): -3411920 or 3207371. OLE color: 3207371.
HSL color Cylindrical-coordinate representation of color #CBF030: hue angle of 71.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBF030 is Cyan = 0.15, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 48 | - |
| CMYK | 0.15 | 0 | 0.8 | 0.06 |
| HSL | 71.56º | 0.86% | 0.56% | - |
| HSV(B) | 71.56º | 0.8% | 0.94% | - |
| XYZ | 56.32 | 75.23 | 14.35 | - |
| YUV | 207.05 | 38.24 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 48 | 0.15 | 0 | 0.8 | 0.06 | 71.56 | 0.86 | 0.56 |
| Hex | CB | F0 | 30 | F | 0 | 50 | 6 | 48 | 56 | 38 |
| Octal | 313 | 360 | 60 | 17 | 0 | 120 | 6 | 110 | 126 | 70 |
| Binary | 11001011 | 11110000 | 110000 | 1111 | 0 | 1010000 | 110 | 1001000 | 1010110 | 111000 |
Color Harmonies of #CBF030
Complementary color
Monochromatic Colors of #CBF030
Black with #CBF030
Text Example
Text Example
White with #CBF030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF030; }
p { color: rgb(203,240,48); }
H1.HeaderClassName
{
color: #CBF030;
}
.AnyTagClassName
{
color: #CBF030;
}
</style>
background-color css
<style>
a { background-color: #CBF030; }
a { background-color: rgb(203,240,48); }
div.DivClassName
{
background-color: #CBF030;
}
.BgClassName
{
background-color: #CBF030;
}
</style>
border-color css
<style>
span { border-color: #CBF030; }
span { border-color: rgb(203,240,48); }
td.TdClassName
{
border-color: #CBF030;
}
.TagClassName
{
border-color: #CBF030;
}
</style>