Shades of Pear #CBF51D
Tints of Pear #CBF51D
RGB
CMYK
RGB Variations
Color information
#CBF51D (or 0xCBF51D) is known color: Pear. HEX triplet: CB, F5 and 1D. RGB value is (203,245,29). Sum of RGB (Red+Green+Blue) = 203+245+29=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 245 (96.09% from 255 or 51.36% from 477); Blue value is 29 (11.72% from 255 or 6.08% from 477); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF51D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF51D is #340AE2. Grayscale: #D0D0D0. Windows color (decimal): -3410659 or 1963467. OLE color: 1963467.
HSL color Cylindrical-coordinate representation of color #CBF51D: hue angle of 71.67º 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 #CBF51D is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 29 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.04 |
| HSL | 71.67º | 0.92% | 0.54% | - |
| HSV(B) | 71.67º | 0.88% | 0.96% | - |
| XYZ | 57.5 | 78.09 | 13.2 | - |
| YUV | 207.82 | 27.09 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 29 | 0.17 | 0 | 0.88 | 0.04 | 71.67 | 0.92 | 0.54 |
| Hex | CB | F5 | 1D | 11 | 0 | 58 | 4 | 48 | 5C | 36 |
| Octal | 313 | 365 | 35 | 21 | 0 | 130 | 4 | 110 | 134 | 66 |
| Binary | 11001011 | 11110101 | 11101 | 10001 | 0 | 1011000 | 100 | 1001000 | 1011100 | 110110 |
Color Harmonies of #CBF51D
Complementary color
Monochromatic Colors of #CBF51D
Black with #CBF51D
Text Example
Text Example
White with #CBF51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF51D; }
p { color: rgb(203,245,29); }
H1.HeaderClassName
{
color: #CBF51D;
}
.AnyTagClassName
{
color: #CBF51D;
}
</style>
background-color css
<style>
a { background-color: #CBF51D; }
a { background-color: rgb(203,245,29); }
div.DivClassName
{
background-color: #CBF51D;
}
.BgClassName
{
background-color: #CBF51D;
}
</style>
border-color css
<style>
span { border-color: #CBF51D; }
span { border-color: rgb(203,245,29); }
td.TdClassName
{
border-color: #CBF51D;
}
.TagClassName
{
border-color: #CBF51D;
}
</style>