Shades of Pear #CBDD25
Tints of Pear #CBDD25
RGB
CMYK
RGB Variations
Color information
#CBDD25 (or 0xCBDD25) is known color: Pear. HEX triplet: CB, DD and 25. RGB value is (203,221,37). Sum of RGB (Red+Green+Blue) = 203+221+37=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDD25 is #3422DA. Grayscale: #C3C3C3. Windows color (decimal): -3416795 or 2481611. OLE color: 2481611.
HSL color Cylindrical-coordinate representation of color #CBDD25: hue angle of 65.87º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBDD25 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 37 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.13 |
| HSL | 65.87º | 0.73% | 0.51% | - |
| HSV(B) | 65.87º | 0.83% | 0.87% | - |
| XYZ | 50.82 | 64.54 | 11.53 | - |
| YUV | 194.64 | 39.04 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 37 | 0.08 | 0 | 0.83 | 0.13 | 65.87 | 0.73 | 0.51 |
| Hex | CB | DD | 25 | 8 | 0 | 53 | D | 42 | 49 | 33 |
| Octal | 313 | 335 | 45 | 10 | 0 | 123 | 15 | 102 | 111 | 63 |
| Binary | 11001011 | 11011101 | 100101 | 1000 | 0 | 1010011 | 1101 | 1000010 | 1001001 | 110011 |
Color Harmonies of #CBDD25
Complementary color
Monochromatic Colors of #CBDD25
Black with #CBDD25
Text Example
Text Example
White with #CBDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD25; }
p { color: rgb(203,221,37); }
H1.HeaderClassName
{
color: #CBDD25;
}
.AnyTagClassName
{
color: #CBDD25;
}
</style>
background-color css
<style>
a { background-color: #CBDD25; }
a { background-color: rgb(203,221,37); }
div.DivClassName
{
background-color: #CBDD25;
}
.BgClassName
{
background-color: #CBDD25;
}
</style>
border-color css
<style>
span { border-color: #CBDD25; }
span { border-color: rgb(203,221,37); }
td.TdClassName
{
border-color: #CBDD25;
}
.TagClassName
{
border-color: #CBDD25;
}
</style>