Shades of Pear #CBF61D
Tints of Pear #CBF61D
RGB
CMYK
RGB Variations
Color information
#CBF61D (or 0xCBF61D) is known color: Pear. HEX triplet: CB, F6 and 1D. RGB value is (203,246,29). Sum of RGB (Red+Green+Blue) = 203+246+29=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 246 (96.48% from 255 or 51.46% from 478); Blue value is 29 (11.72% from 255 or 6.07% from 478); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF61D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF61D is #3409E2. Grayscale: #D1D1D1. Windows color (decimal): -3410403 or 1963723. OLE color: 1963723.
HSL color Cylindrical-coordinate representation of color #CBF61D: hue angle of 71.89º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBF61D is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 29 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.04 |
| HSL | 71.89º | 0.92% | 0.54% | - |
| HSV(B) | 71.89º | 0.88% | 0.96% | - |
| XYZ | 57.81 | 78.7 | 13.31 | - |
| YUV | 208.41 | 26.75 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 29 | 0.17 | 0 | 0.88 | 0.04 | 71.89 | 0.92 | 0.54 |
| Hex | CB | F6 | 1D | 11 | 0 | 58 | 4 | 48 | 5C | 36 |
| Octal | 313 | 366 | 35 | 21 | 0 | 130 | 4 | 110 | 134 | 66 |
| Binary | 11001011 | 11110110 | 11101 | 10001 | 0 | 1011000 | 100 | 1001000 | 1011100 | 110110 |
Color Harmonies of #CBF61D
Complementary color
Monochromatic Colors of #CBF61D
Black with #CBF61D
Text Example
Text Example
White with #CBF61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF61D; }
p { color: rgb(203,246,29); }
H1.HeaderClassName
{
color: #CBF61D;
}
.AnyTagClassName
{
color: #CBF61D;
}
</style>
background-color css
<style>
a { background-color: #CBF61D; }
a { background-color: rgb(203,246,29); }
div.DivClassName
{
background-color: #CBF61D;
}
.BgClassName
{
background-color: #CBF61D;
}
</style>
border-color css
<style>
span { border-color: #CBF61D; }
span { border-color: rgb(203,246,29); }
td.TdClassName
{
border-color: #CBF61D;
}
.TagClassName
{
border-color: #CBF61D;
}
</style>