Shades of Pear #CCFC29
Tints of Pear #CCFC29
RGB
CMYK
RGB Variations
Color information
#CCFC29 (or 0xCCFC29) is known color: Pear. HEX triplet: CC, FC and 29. RGB value is (204,252,41). Sum of RGB (Red+Green+Blue) = 204+252+41=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 41 (16.41% from 255 or 8.25% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC29 is #3303D6. Grayscale: #D6D6D6. Windows color (decimal): -3343319 or 2751692. OLE color: 2751692.
HSL color Cylindrical-coordinate representation of color #CCFC29: hue angle of 73.65º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCFC29 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 41 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.01 |
| HSL | 73.65º | 0.97% | 0.57% | - |
| HSV(B) | 73.65º | 0.84% | 0.99% | - |
| XYZ | 60.11 | 82.62 | 14.88 | - |
| YUV | 213.59 | 30.6 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 41 | 0.19 | 0 | 0.84 | 0.01 | 73.65 | 0.97 | 0.57 |
| Hex | CC | FC | 29 | 13 | 0 | 54 | 1 | 4A | 61 | 39 |
| Octal | 314 | 374 | 51 | 23 | 0 | 124 | 1 | 112 | 141 | 71 |
| Binary | 11001100 | 11111100 | 101001 | 10011 | 0 | 1010100 | 1 | 1001010 | 1100001 | 111001 |
Color Harmonies of #CCFC29
Complementary color
Monochromatic Colors of #CCFC29
Black with #CCFC29
Text Example
Text Example
White with #CCFC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC29; }
p { color: rgb(204,252,41); }
H1.HeaderClassName
{
color: #CCFC29;
}
.AnyTagClassName
{
color: #CCFC29;
}
</style>
background-color css
<style>
a { background-color: #CCFC29; }
a { background-color: rgb(204,252,41); }
div.DivClassName
{
background-color: #CCFC29;
}
.BgClassName
{
background-color: #CCFC29;
}
</style>
border-color css
<style>
span { border-color: #CCFC29; }
span { border-color: rgb(204,252,41); }
td.TdClassName
{
border-color: #CCFC29;
}
.TagClassName
{
border-color: #CCFC29;
}
</style>