Shades of Pear #CDDD30
Tints of Pear #CDDD30
RGB
CMYK
RGB Variations
Color information
#CDDD30 (or 0xCDDD30) is known color: Pear. HEX triplet: CD, DD and 30. RGB value is (205,221,48). Sum of RGB (Red+Green+Blue) = 205+221+48=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD30 is #3222CF. Grayscale: #C5C5C5. Windows color (decimal): -3285712 or 3202509. OLE color: 3202509.
HSL color Cylindrical-coordinate representation of color #CDDD30: hue angle of 65.55º 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 #CDDD30 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 48 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.13 |
| HSL | 65.55º | 0.72% | 0.53% | - |
| HSV(B) | 65.55º | 0.78% | 0.87% | - |
| XYZ | 51.57 | 64.91 | 12.61 | - |
| YUV | 196.49 | 44.2 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 48 | 0.07 | 0 | 0.78 | 0.13 | 65.55 | 0.72 | 0.53 |
| Hex | CD | DD | 30 | 7 | 0 | 4E | D | 42 | 48 | 35 |
| Octal | 315 | 335 | 60 | 7 | 0 | 116 | 15 | 102 | 110 | 65 |
| Binary | 11001101 | 11011101 | 110000 | 111 | 0 | 1001110 | 1101 | 1000010 | 1001000 | 110101 |
Color Harmonies of #CDDD30
Complementary color
Monochromatic Colors of #CDDD30
Black with #CDDD30
Text Example
Text Example
White with #CDDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD30; }
p { color: rgb(205,221,48); }
H1.HeaderClassName
{
color: #CDDD30;
}
.AnyTagClassName
{
color: #CDDD30;
}
</style>
background-color css
<style>
a { background-color: #CDDD30; }
a { background-color: rgb(205,221,48); }
div.DivClassName
{
background-color: #CDDD30;
}
.BgClassName
{
background-color: #CDDD30;
}
</style>
border-color css
<style>
span { border-color: #CDDD30; }
span { border-color: rgb(205,221,48); }
td.TdClassName
{
border-color: #CDDD30;
}
.TagClassName
{
border-color: #CDDD30;
}
</style>