Shades of Pear #CCFE29
Tints of Pear #CCFE29
RGB
CMYK
RGB Variations
Color information
#CCFE29 (or 0xCCFE29) is known color: Pear. HEX triplet: CC, FE and 29. RGB value is (204,254,41). Sum of RGB (Red+Green+Blue) = 204+254+41=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 41 (16.41% from 255 or 8.22% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE29 is #3301D6. Grayscale: #D7D7D7. Windows color (decimal): -3342807 or 2752204. OLE color: 2752204.
HSL color Cylindrical-coordinate representation of color #CCFE29: hue angle of 74.08º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCFE29 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 41 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.00 |
| HSL | 74.08º | 0.99% | 0.58% | - |
| HSV(B) | 74.08º | 0.84% | 1% | - |
| XYZ | 60.74 | 83.88 | 15.09 | - |
| YUV | 214.77 | 29.94 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 41 | 0.20 | 0 | 0.84 | 0.00 | 74.08 | 0.99 | 0.58 |
| Hex | CC | FE | 29 | 14 | 0 | 54 | 0 | 4A | 63 | 3A |
| Octal | 314 | 376 | 51 | 24 | 0 | 124 | 0 | 112 | 143 | 72 |
| Binary | 11001100 | 11111110 | 101001 | 10100 | 0 | 1010100 | 0 | 1001010 | 1100011 | 111010 |
Color Harmonies of #CCFE29
Complementary color
Monochromatic Colors of #CCFE29
Black with #CCFE29
Text Example
Text Example
White with #CCFE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE29; }
p { color: rgb(204,254,41); }
H1.HeaderClassName
{
color: #CCFE29;
}
.AnyTagClassName
{
color: #CCFE29;
}
</style>
background-color css
<style>
a { background-color: #CCFE29; }
a { background-color: rgb(204,254,41); }
div.DivClassName
{
background-color: #CCFE29;
}
.BgClassName
{
background-color: #CCFE29;
}
</style>
border-color css
<style>
span { border-color: #CCFE29; }
span { border-color: rgb(204,254,41); }
td.TdClassName
{
border-color: #CCFE29;
}
.TagClassName
{
border-color: #CCFE29;
}
</style>