Shades of Pear #CBF826
Tints of Pear #CBF826
RGB
CMYK
RGB Variations
Color information
#CBF826 (or 0xCBF826) is known color: Pear. HEX triplet: CB, F8 and 26. RGB value is (203,248,38). Sum of RGB (Red+Green+Blue) = 203+248+38=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 38 (15.23% from 255 or 7.77% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF826 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF826 is #3407D9. Grayscale: #D3D3D3. Windows color (decimal): -3409882 or 2554059. OLE color: 2554059.
HSL color Cylindrical-coordinate representation of color #CBF826: hue angle of 72.86º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBF826 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 38 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.03 |
| HSL | 72.86º | 0.94% | 0.56% | - |
| HSV(B) | 72.86º | 0.85% | 0.97% | - |
| XYZ | 58.55 | 79.97 | 14.18 | - |
| YUV | 210.61 | 30.59 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 38 | 0.18 | 0 | 0.85 | 0.03 | 72.86 | 0.94 | 0.56 |
| Hex | CB | F8 | 26 | 12 | 0 | 55 | 3 | 49 | 5E | 38 |
| Octal | 313 | 370 | 46 | 22 | 0 | 125 | 3 | 111 | 136 | 70 |
| Binary | 11001011 | 11111000 | 100110 | 10010 | 0 | 1010101 | 11 | 1001001 | 1011110 | 111000 |
Color Harmonies of #CBF826
Complementary color
Monochromatic Colors of #CBF826
Black with #CBF826
Text Example
Text Example
White with #CBF826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF826; }
p { color: rgb(203,248,38); }
H1.HeaderClassName
{
color: #CBF826;
}
.AnyTagClassName
{
color: #CBF826;
}
</style>
background-color css
<style>
a { background-color: #CBF826; }
a { background-color: rgb(203,248,38); }
div.DivClassName
{
background-color: #CBF826;
}
.BgClassName
{
background-color: #CBF826;
}
</style>
border-color css
<style>
span { border-color: #CBF826; }
span { border-color: rgb(203,248,38); }
td.TdClassName
{
border-color: #CBF826;
}
.TagClassName
{
border-color: #CBF826;
}
</style>