Shades of Pear #CCFC41
Tints of Pear #CCFC41
RGB
CMYK
RGB Variations
Color information
#CCFC41 (or 0xCCFC41) is known color: Pear. HEX triplet: CC, FC and 41. RGB value is (204,252,65). Sum of RGB (Red+Green+Blue) = 204+252+65=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 65 (25.78% from 255 or 12.48% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC41 is #3303BE. Grayscale: #D9D9D9. Windows color (decimal): -3343295 or 4324556. OLE color: 4324556.
HSL color Cylindrical-coordinate representation of color #CCFC41: hue angle of 75.4º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCFC41 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 65 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.01 |
| HSL | 75.4º | 0.97% | 0.62% | - |
| HSV(B) | 75.4º | 0.74% | 0.99% | - |
| XYZ | 60.67 | 82.84 | 17.79 | - |
| YUV | 216.33 | 42.6 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 65 | 0.19 | 0 | 0.74 | 0.01 | 75.4 | 0.97 | 0.62 |
| Hex | CC | FC | 41 | 13 | 0 | 4A | 1 | 4B | 61 | 3E |
| Octal | 314 | 374 | 101 | 23 | 0 | 112 | 1 | 113 | 141 | 76 |
| Binary | 11001100 | 11111100 | 1000001 | 10011 | 0 | 1001010 | 1 | 1001011 | 1100001 | 111110 |
Color Harmonies of #CCFC41
Complementary color
Monochromatic Colors of #CCFC41
Black with #CCFC41
Text Example
Text Example
White with #CCFC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC41; }
p { color: rgb(204,252,65); }
H1.HeaderClassName
{
color: #CCFC41;
}
.AnyTagClassName
{
color: #CCFC41;
}
</style>
background-color css
<style>
a { background-color: #CCFC41; }
a { background-color: rgb(204,252,65); }
div.DivClassName
{
background-color: #CCFC41;
}
.BgClassName
{
background-color: #CCFC41;
}
</style>
border-color css
<style>
span { border-color: #CCFC41; }
span { border-color: rgb(204,252,65); }
td.TdClassName
{
border-color: #CCFC41;
}
.TagClassName
{
border-color: #CCFC41;
}
</style>