Shades of Pear #CBDF29
Tints of Pear #CBDF29
RGB
CMYK
RGB Variations
Color information
#CBDF29 (or 0xCBDF29) is known color: Pear. HEX triplet: CB, DF and 29. RGB value is (203,223,41). Sum of RGB (Red+Green+Blue) = 203+223+41=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 41 (16.41% from 255 or 8.78% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDF29 is #3420D6. Grayscale: #C4C4C4. Windows color (decimal): -3416279 or 2744267. OLE color: 2744267.
HSL color Cylindrical-coordinate representation of color #CBDF29: hue angle of 66.59º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBDF29 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 41 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.13 |
| HSL | 66.59º | 0.74% | 0.52% | - |
| HSV(B) | 66.59º | 0.82% | 0.87% | - |
| XYZ | 51.42 | 65.63 | 12.06 | - |
| YUV | 196.27 | 40.37 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 41 | 0.09 | 0 | 0.82 | 0.13 | 66.59 | 0.74 | 0.52 |
| Hex | CB | DF | 29 | 9 | 0 | 52 | D | 43 | 4A | 34 |
| Octal | 313 | 337 | 51 | 11 | 0 | 122 | 15 | 103 | 112 | 64 |
| Binary | 11001011 | 11011111 | 101001 | 1001 | 0 | 1010010 | 1101 | 1000011 | 1001010 | 110100 |
Color Harmonies of #CBDF29
Complementary color
Monochromatic Colors of #CBDF29
Black with #CBDF29
Text Example
Text Example
White with #CBDF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF29; }
p { color: rgb(203,223,41); }
H1.HeaderClassName
{
color: #CBDF29;
}
.AnyTagClassName
{
color: #CBDF29;
}
</style>
background-color css
<style>
a { background-color: #CBDF29; }
a { background-color: rgb(203,223,41); }
div.DivClassName
{
background-color: #CBDF29;
}
.BgClassName
{
background-color: #CBDF29;
}
</style>
border-color css
<style>
span { border-color: #CBDF29; }
span { border-color: rgb(203,223,41); }
td.TdClassName
{
border-color: #CBDF29;
}
.TagClassName
{
border-color: #CBDF29;
}
</style>