Shades of Pear #CCDD30
Tints of Pear #CCDD30
RGB
CMYK
RGB Variations
Color information
#CCDD30 (or 0xCCDD30) is known color: Pear. HEX triplet: CC, DD and 30. RGB value is (204,221,48). Sum of RGB (Red+Green+Blue) = 204+221+48=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD30 is #3322CF. Grayscale: #C4C4C4. Windows color (decimal): -3351248 or 3202508. OLE color: 3202508.
HSL color Cylindrical-coordinate representation of color #CCDD30: hue angle of 65.9º 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 #CCDD30 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 48 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.13 |
| HSL | 65.9º | 0.72% | 0.53% | - |
| HSV(B) | 65.9º | 0.78% | 0.87% | - |
| XYZ | 51.29 | 64.76 | 12.59 | - |
| YUV | 196.2 | 44.37 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 48 | 0.08 | 0 | 0.78 | 0.13 | 65.9 | 0.72 | 0.53 |
| Hex | CC | DD | 30 | 8 | 0 | 4E | D | 42 | 48 | 35 |
| Octal | 314 | 335 | 60 | 10 | 0 | 116 | 15 | 102 | 110 | 65 |
| Binary | 11001100 | 11011101 | 110000 | 1000 | 0 | 1001110 | 1101 | 1000010 | 1001000 | 110101 |
Color Harmonies of #CCDD30
Complementary color
Monochromatic Colors of #CCDD30
Black with #CCDD30
Text Example
Text Example
White with #CCDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD30; }
p { color: rgb(204,221,48); }
H1.HeaderClassName
{
color: #CCDD30;
}
.AnyTagClassName
{
color: #CCDD30;
}
</style>
background-color css
<style>
a { background-color: #CCDD30; }
a { background-color: rgb(204,221,48); }
div.DivClassName
{
background-color: #CCDD30;
}
.BgClassName
{
background-color: #CCDD30;
}
</style>
border-color css
<style>
span { border-color: #CCDD30; }
span { border-color: rgb(204,221,48); }
td.TdClassName
{
border-color: #CCDD30;
}
.TagClassName
{
border-color: #CCDD30;
}
</style>