Shades of Pear #CBF125
Tints of Pear #CBF125
RGB
CMYK
RGB Variations
Color information
#CBF125 (or 0xCBF125) is known color: Pear. HEX triplet: CB, F1 and 25. RGB value is (203,241,37). Sum of RGB (Red+Green+Blue) = 203+241+37=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF125 is #340EDA. Grayscale: #CFCFCF. Windows color (decimal): -3411675 or 2486731. OLE color: 2486731.
HSL color Cylindrical-coordinate representation of color #CBF125: hue angle of 71.18º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBF125 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 37 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.05 |
| HSL | 71.18º | 0.88% | 0.55% | - |
| HSV(B) | 71.18º | 0.85% | 0.95% | - |
| XYZ | 56.42 | 75.74 | 13.4 | - |
| YUV | 206.38 | 32.41 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 37 | 0.16 | 0 | 0.85 | 0.05 | 71.18 | 0.88 | 0.55 |
| Hex | CB | F1 | 25 | 10 | 0 | 55 | 5 | 47 | 58 | 37 |
| Octal | 313 | 361 | 45 | 20 | 0 | 125 | 5 | 107 | 130 | 67 |
| Binary | 11001011 | 11110001 | 100101 | 10000 | 0 | 1010101 | 101 | 1000111 | 1011000 | 110111 |
Color Harmonies of #CBF125
Complementary color
Monochromatic Colors of #CBF125
Black with #CBF125
Text Example
Text Example
White with #CBF125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF125; }
p { color: rgb(203,241,37); }
H1.HeaderClassName
{
color: #CBF125;
}
.AnyTagClassName
{
color: #CBF125;
}
</style>
background-color css
<style>
a { background-color: #CBF125; }
a { background-color: rgb(203,241,37); }
div.DivClassName
{
background-color: #CBF125;
}
.BgClassName
{
background-color: #CBF125;
}
</style>
border-color css
<style>
span { border-color: #CBF125; }
span { border-color: rgb(203,241,37); }
td.TdClassName
{
border-color: #CBF125;
}
.TagClassName
{
border-color: #CBF125;
}
</style>