Shades of Pear #CBDD30
Tints of Pear #CBDD30
RGB
CMYK
RGB Variations
Color information
#CBDD30 (or 0xCBDD30) is known color: Pear. HEX triplet: CB, DD and 30. RGB value is (203,221,48). Sum of RGB (Red+Green+Blue) = 203+221+48=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDD30 is #3422CF. Grayscale: #C4C4C4. Windows color (decimal): -3416784 or 3202507. OLE color: 3202507.
HSL color Cylindrical-coordinate representation of color #CBDD30: hue angle of 66.24º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBDD30 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 48 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.13 |
| HSL | 66.24º | 0.72% | 0.53% | - |
| HSV(B) | 66.24º | 0.78% | 0.87% | - |
| XYZ | 51.02 | 64.62 | 12.58 | - |
| YUV | 195.9 | 44.54 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 48 | 0.08 | 0 | 0.78 | 0.13 | 66.24 | 0.72 | 0.53 |
| Hex | CB | DD | 30 | 8 | 0 | 4E | D | 42 | 48 | 35 |
| Octal | 313 | 335 | 60 | 10 | 0 | 116 | 15 | 102 | 110 | 65 |
| Binary | 11001011 | 11011101 | 110000 | 1000 | 0 | 1001110 | 1101 | 1000010 | 1001000 | 110101 |
Color Harmonies of #CBDD30
Complementary color
Monochromatic Colors of #CBDD30
Black with #CBDD30
Text Example
Text Example
White with #CBDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD30; }
p { color: rgb(203,221,48); }
H1.HeaderClassName
{
color: #CBDD30;
}
.AnyTagClassName
{
color: #CBDD30;
}
</style>
background-color css
<style>
a { background-color: #CBDD30; }
a { background-color: rgb(203,221,48); }
div.DivClassName
{
background-color: #CBDD30;
}
.BgClassName
{
background-color: #CBDD30;
}
</style>
border-color css
<style>
span { border-color: #CBDD30; }
span { border-color: rgb(203,221,48); }
td.TdClassName
{
border-color: #CBDD30;
}
.TagClassName
{
border-color: #CBDD30;
}
</style>