Shades of Pear #CBF825
Tints of Pear #CBF825
RGB
CMYK
RGB Variations
Color information
#CBF825 (or 0xCBF825) is known color: Pear. HEX triplet: CB, F8 and 25. RGB value is (203,248,37). Sum of RGB (Red+Green+Blue) = 203+248+37=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 248 (97.27% from 255 or 50.82% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF825 is #3407DA. Grayscale: #D3D3D3. Windows color (decimal): -3409883 or 2488523. OLE color: 2488523.
HSL color Cylindrical-coordinate representation of color #CBF825: hue angle of 72.8º 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 #CBF825 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 37 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.03 |
| HSL | 72.8º | 0.94% | 0.56% | - |
| HSV(B) | 72.8º | 0.85% | 0.97% | - |
| XYZ | 58.53 | 79.96 | 14.1 | - |
| YUV | 210.49 | 30.09 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 37 | 0.18 | 0 | 0.85 | 0.03 | 72.8 | 0.94 | 0.56 |
| Hex | CB | F8 | 25 | 12 | 0 | 55 | 3 | 49 | 5E | 38 |
| Octal | 313 | 370 | 45 | 22 | 0 | 125 | 3 | 111 | 136 | 70 |
| Binary | 11001011 | 11111000 | 100101 | 10010 | 0 | 1010101 | 11 | 1001001 | 1011110 | 111000 |
Color Harmonies of #CBF825
Complementary color
Monochromatic Colors of #CBF825
Black with #CBF825
Text Example
Text Example
White with #CBF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF825; }
p { color: rgb(203,248,37); }
H1.HeaderClassName
{
color: #CBF825;
}
.AnyTagClassName
{
color: #CBF825;
}
</style>
background-color css
<style>
a { background-color: #CBF825; }
a { background-color: rgb(203,248,37); }
div.DivClassName
{
background-color: #CBF825;
}
.BgClassName
{
background-color: #CBF825;
}
</style>
border-color css
<style>
span { border-color: #CBF825; }
span { border-color: rgb(203,248,37); }
td.TdClassName
{
border-color: #CBF825;
}
.TagClassName
{
border-color: #CBF825;
}
</style>