Shades of Pear #CCFE32
Tints of Pear #CCFE32
RGB
CMYK
RGB Variations
Color information
#CCFE32 (or 0xCCFE32) is known color: Pear. HEX triplet: CC, FE and 32. RGB value is (204,254,50). Sum of RGB (Red+Green+Blue) = 204+254+50=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE32 is #3301CD. Grayscale: #D8D8D8. Windows color (decimal): -3342798 or 3342028. OLE color: 3342028.
HSL color Cylindrical-coordinate representation of color #CCFE32: hue angle of 74.71º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCFE32 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 50 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.00 |
| HSL | 74.71º | 0.99% | 0.6% | - |
| HSV(B) | 74.71º | 0.8% | 1% | - |
| XYZ | 60.92 | 83.95 | 16.01 | - |
| YUV | 215.79 | 34.44 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 50 | 0.20 | 0 | 0.80 | 0.00 | 74.71 | 0.99 | 0.6 |
| Hex | CC | FE | 32 | 14 | 0 | 50 | 0 | 4B | 63 | 3C |
| Octal | 314 | 376 | 62 | 24 | 0 | 120 | 0 | 113 | 143 | 74 |
| Binary | 11001100 | 11111110 | 110010 | 10100 | 0 | 1010000 | 0 | 1001011 | 1100011 | 111100 |
Color Harmonies of #CCFE32
Complementary color
Monochromatic Colors of #CCFE32
Black with #CCFE32
Text Example
Text Example
White with #CCFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE32; }
p { color: rgb(204,254,50); }
H1.HeaderClassName
{
color: #CCFE32;
}
.AnyTagClassName
{
color: #CCFE32;
}
</style>
background-color css
<style>
a { background-color: #CCFE32; }
a { background-color: rgb(204,254,50); }
div.DivClassName
{
background-color: #CCFE32;
}
.BgClassName
{
background-color: #CCFE32;
}
</style>
border-color css
<style>
span { border-color: #CCFE32; }
span { border-color: rgb(204,254,50); }
td.TdClassName
{
border-color: #CCFE32;
}
.TagClassName
{
border-color: #CCFE32;
}
</style>