Shades of Pear #CCDF34
Tints of Pear #CCDF34
RGB
CMYK
RGB Variations
Color information
#CCDF34 (or 0xCCDF34) is known color: Pear. HEX triplet: CC, DF and 34. RGB value is (204,223,52). Sum of RGB (Red+Green+Blue) = 204+223+52=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF34 is #3320CB. Grayscale: #C6C6C6. Windows color (decimal): -3350732 or 3465164. OLE color: 3465164.
HSL color Cylindrical-coordinate representation of color #CCDF34: hue angle of 66.67º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCDF34 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 52 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.13 |
| HSL | 66.67º | 0.73% | 0.54% | - |
| HSV(B) | 66.67º | 0.77% | 0.87% | - |
| XYZ | 51.91 | 65.86 | 13.23 | - |
| YUV | 197.83 | 45.71 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 52 | 0.09 | 0 | 0.77 | 0.13 | 66.67 | 0.73 | 0.54 |
| Hex | CC | DF | 34 | 9 | 0 | 4D | D | 43 | 49 | 36 |
| Octal | 314 | 337 | 64 | 11 | 0 | 115 | 15 | 103 | 111 | 66 |
| Binary | 11001100 | 11011111 | 110100 | 1001 | 0 | 1001101 | 1101 | 1000011 | 1001001 | 110110 |
Color Harmonies of #CCDF34
Complementary color
Monochromatic Colors of #CCDF34
Black with #CCDF34
Text Example
Text Example
White with #CCDF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF34; }
p { color: rgb(204,223,52); }
H1.HeaderClassName
{
color: #CCDF34;
}
.AnyTagClassName
{
color: #CCDF34;
}
</style>
background-color css
<style>
a { background-color: #CCDF34; }
a { background-color: rgb(204,223,52); }
div.DivClassName
{
background-color: #CCDF34;
}
.BgClassName
{
background-color: #CCDF34;
}
</style>
border-color css
<style>
span { border-color: #CCDF34; }
span { border-color: rgb(204,223,52); }
td.TdClassName
{
border-color: #CCDF34;
}
.TagClassName
{
border-color: #CCDF34;
}
</style>