Shades of Pear #CADD2B
Tints of Pear #CADD2B
RGB
CMYK
RGB Variations
Color information
#CADD2B (or 0xCADD2B) is known color: Pear. HEX triplet: CA, DD and 2B. RGB value is (202,221,43). Sum of RGB (Red+Green+Blue) = 202+221+43=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 43 (17.19% from 255 or 9.23% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD2B is #3522D4. Grayscale: #C3C3C3. Windows color (decimal): -3482325 or 2874826. OLE color: 2874826.
HSL color Cylindrical-coordinate representation of color #CADD2B: hue angle of 66.4º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CADD2B is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 43 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.13 |
| HSL | 66.4º | 0.72% | 0.52% | - |
| HSV(B) | 66.4º | 0.81% | 0.87% | - |
| XYZ | 50.65 | 64.44 | 12.05 | - |
| YUV | 195.03 | 42.21 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 43 | 0.09 | 0 | 0.81 | 0.13 | 66.4 | 0.72 | 0.52 |
| Hex | CA | DD | 2B | 9 | 0 | 51 | D | 42 | 48 | 34 |
| Octal | 312 | 335 | 53 | 11 | 0 | 121 | 15 | 102 | 110 | 64 |
| Binary | 11001010 | 11011101 | 101011 | 1001 | 0 | 1010001 | 1101 | 1000010 | 1001000 | 110100 |
Color Harmonies of #CADD2B
Complementary color
Monochromatic Colors of #CADD2B
Black with #CADD2B
Text Example
Text Example
White with #CADD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD2B; }
p { color: rgb(202,221,43); }
H1.HeaderClassName
{
color: #CADD2B;
}
.AnyTagClassName
{
color: #CADD2B;
}
</style>
background-color css
<style>
a { background-color: #CADD2B; }
a { background-color: rgb(202,221,43); }
div.DivClassName
{
background-color: #CADD2B;
}
.BgClassName
{
background-color: #CADD2B;
}
</style>
border-color css
<style>
span { border-color: #CADD2B; }
span { border-color: rgb(202,221,43); }
td.TdClassName
{
border-color: #CADD2B;
}
.TagClassName
{
border-color: #CADD2B;
}
</style>