Shades of Pear #CCFE41
Tints of Pear #CCFE41
RGB
CMYK
RGB Variations
Color information
#CCFE41 (or 0xCCFE41) is known color: Pear. HEX triplet: CC, FE and 41. RGB value is (204,254,65). Sum of RGB (Red+Green+Blue) = 204+254+65=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 65 (25.78% from 255 or 12.43% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE41 is #3301BE. Grayscale: #DADADA. Windows color (decimal): -3342783 or 4325068. OLE color: 4325068.
HSL color Cylindrical-coordinate representation of color #CCFE41: hue angle of 75.87º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCFE41 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 65 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.00 |
| HSL | 75.87º | 0.99% | 0.63% | - |
| HSV(B) | 75.87º | 0.74% | 1% | - |
| XYZ | 61.3 | 84.1 | 18 | - |
| YUV | 217.5 | 41.94 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 65 | 0.20 | 0 | 0.74 | 0.00 | 75.87 | 0.99 | 0.63 |
| Hex | CC | FE | 41 | 14 | 0 | 4A | 0 | 4C | 63 | 3F |
| Octal | 314 | 376 | 101 | 24 | 0 | 112 | 0 | 114 | 143 | 77 |
| Binary | 11001100 | 11111110 | 1000001 | 10100 | 0 | 1001010 | 0 | 1001100 | 1100011 | 111111 |
Color Harmonies of #CCFE41
Complementary color
Monochromatic Colors of #CCFE41
Black with #CCFE41
Text Example
Text Example
White with #CCFE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE41; }
p { color: rgb(204,254,65); }
H1.HeaderClassName
{
color: #CCFE41;
}
.AnyTagClassName
{
color: #CCFE41;
}
</style>
background-color css
<style>
a { background-color: #CCFE41; }
a { background-color: rgb(204,254,65); }
div.DivClassName
{
background-color: #CCFE41;
}
.BgClassName
{
background-color: #CCFE41;
}
</style>
border-color css
<style>
span { border-color: #CCFE41; }
span { border-color: rgb(204,254,65); }
td.TdClassName
{
border-color: #CCFE41;
}
.TagClassName
{
border-color: #CCFE41;
}
</style>