Shades of Pear #CCFC3A
Tints of Pear #CCFC3A
RGB
CMYK
RGB Variations
Color information
#CCFC3A (or 0xCCFC3A) is known color: Pear. HEX triplet: CC, FC and 3A. RGB value is (204,252,58). Sum of RGB (Red+Green+Blue) = 204+252+58=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC3A is #3303C5. Grayscale: #D8D8D8. Windows color (decimal): -3343302 or 3865804. OLE color: 3865804.
HSL color Cylindrical-coordinate representation of color #CCFC3A: hue angle of 74.85º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCFC3A is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 58 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.01 |
| HSL | 74.85º | 0.97% | 0.61% | - |
| HSV(B) | 74.85º | 0.77% | 0.99% | - |
| XYZ | 60.48 | 82.76 | 16.79 | - |
| YUV | 215.53 | 39.1 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 58 | 0.19 | 0 | 0.77 | 0.01 | 74.85 | 0.97 | 0.61 |
| Hex | CC | FC | 3A | 13 | 0 | 4D | 1 | 4B | 61 | 3D |
| Octal | 314 | 374 | 72 | 23 | 0 | 115 | 1 | 113 | 141 | 75 |
| Binary | 11001100 | 11111100 | 111010 | 10011 | 0 | 1001101 | 1 | 1001011 | 1100001 | 111101 |
Color Harmonies of #CCFC3A
Complementary color
Monochromatic Colors of #CCFC3A
Black with #CCFC3A
Text Example
Text Example
White with #CCFC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC3A; }
p { color: rgb(204,252,58); }
H1.HeaderClassName
{
color: #CCFC3A;
}
.AnyTagClassName
{
color: #CCFC3A;
}
</style>
background-color css
<style>
a { background-color: #CCFC3A; }
a { background-color: rgb(204,252,58); }
div.DivClassName
{
background-color: #CCFC3A;
}
.BgClassName
{
background-color: #CCFC3A;
}
</style>
border-color css
<style>
span { border-color: #CCFC3A; }
span { border-color: rgb(204,252,58); }
td.TdClassName
{
border-color: #CCFC3A;
}
.TagClassName
{
border-color: #CCFC3A;
}
</style>