Shades of Pear #CCDD27
Tints of Pear #CCDD27
RGB
CMYK
RGB Variations
Color information
#CCDD27 (or 0xCCDD27) is known color: Pear. HEX triplet: CC, DD and 27. RGB value is (204,221,39). Sum of RGB (Red+Green+Blue) = 204+221+39=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 39 (15.62% from 255 or 8.41% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD27 is #3322D8. Grayscale: #C3C3C3. Windows color (decimal): -3351257 or 2612684. OLE color: 2612684.
HSL color Cylindrical-coordinate representation of color #CCDD27: hue angle of 65.6º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCDD27 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 39 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.13 |
| HSL | 65.6º | 0.73% | 0.51% | - |
| HSV(B) | 65.6º | 0.82% | 0.87% | - |
| XYZ | 51.12 | 64.7 | 11.71 | - |
| YUV | 195.17 | 39.87 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 39 | 0.08 | 0 | 0.82 | 0.13 | 65.6 | 0.73 | 0.51 |
| Hex | CC | DD | 27 | 8 | 0 | 52 | D | 42 | 49 | 33 |
| Octal | 314 | 335 | 47 | 10 | 0 | 122 | 15 | 102 | 111 | 63 |
| Binary | 11001100 | 11011101 | 100111 | 1000 | 0 | 1010010 | 1101 | 1000010 | 1001001 | 110011 |
Color Harmonies of #CCDD27
Complementary color
Monochromatic Colors of #CCDD27
Black with #CCDD27
Text Example
Text Example
White with #CCDD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD27; }
p { color: rgb(204,221,39); }
H1.HeaderClassName
{
color: #CCDD27;
}
.AnyTagClassName
{
color: #CCDD27;
}
</style>
background-color css
<style>
a { background-color: #CCDD27; }
a { background-color: rgb(204,221,39); }
div.DivClassName
{
background-color: #CCDD27;
}
.BgClassName
{
background-color: #CCDD27;
}
</style>
border-color css
<style>
span { border-color: #CCDD27; }
span { border-color: rgb(204,221,39); }
td.TdClassName
{
border-color: #CCDD27;
}
.TagClassName
{
border-color: #CCDD27;
}
</style>