Shades of Pear #CBF626
Tints of Pear #CBF626
RGB
CMYK
RGB Variations
Color information
#CBF626 (or 0xCBF626) is known color: Pear. HEX triplet: CB, F6 and 26. RGB value is (203,246,38). Sum of RGB (Red+Green+Blue) = 203+246+38=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 38 (15.23% from 255 or 7.80% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF626 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF626 is #3409D9. Grayscale: #D2D2D2. Windows color (decimal): -3410394 or 2553547. OLE color: 2553547.
HSL color Cylindrical-coordinate representation of color #CBF626: hue angle of 72.4º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBF626 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 38 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.04 |
| HSL | 72.4º | 0.92% | 0.56% | - |
| HSV(B) | 72.4º | 0.85% | 0.96% | - |
| XYZ | 57.93 | 78.75 | 13.98 | - |
| YUV | 209.43 | 31.25 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 38 | 0.17 | 0 | 0.85 | 0.04 | 72.4 | 0.92 | 0.56 |
| Hex | CB | F6 | 26 | 11 | 0 | 55 | 4 | 48 | 5C | 38 |
| Octal | 313 | 366 | 46 | 21 | 0 | 125 | 4 | 110 | 134 | 70 |
| Binary | 11001011 | 11110110 | 100110 | 10001 | 0 | 1010101 | 100 | 1001000 | 1011100 | 111000 |
Color Harmonies of #CBF626
Complementary color
Monochromatic Colors of #CBF626
Black with #CBF626
Text Example
Text Example
White with #CBF626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF626; }
p { color: rgb(203,246,38); }
H1.HeaderClassName
{
color: #CBF626;
}
.AnyTagClassName
{
color: #CBF626;
}
</style>
background-color css
<style>
a { background-color: #CBF626; }
a { background-color: rgb(203,246,38); }
div.DivClassName
{
background-color: #CBF626;
}
.BgClassName
{
background-color: #CBF626;
}
</style>
border-color css
<style>
span { border-color: #CBF626; }
span { border-color: rgb(203,246,38); }
td.TdClassName
{
border-color: #CBF626;
}
.TagClassName
{
border-color: #CBF626;
}
</style>