Shades of Pear #CCFD3C
Tints of Pear #CCFD3C
RGB
CMYK
RGB Variations
Color information
#CCFD3C (or 0xCCFD3C) is known color: Pear. HEX triplet: CC, FD and 3C. RGB value is (204,253,60). Sum of RGB (Red+Green+Blue) = 204+253+60=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 60 (23.83% from 255 or 11.61% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD3C is #3302C3. Grayscale: #D9D9D9. Windows color (decimal): -3343044 or 3997132. OLE color: 3997132.
HSL color Cylindrical-coordinate representation of color #CCFD3C: hue angle of 75.23º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCFD3C is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 60 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.01 |
| HSL | 75.23º | 0.98% | 0.61% | - |
| HSV(B) | 75.23º | 0.76% | 0.99% | - |
| XYZ | 60.84 | 83.41 | 17.17 | - |
| YUV | 216.35 | 39.77 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 60 | 0.19 | 0 | 0.76 | 0.01 | 75.23 | 0.98 | 0.61 |
| Hex | CC | FD | 3C | 13 | 0 | 4C | 1 | 4B | 62 | 3D |
| Octal | 314 | 375 | 74 | 23 | 0 | 114 | 1 | 113 | 142 | 75 |
| Binary | 11001100 | 11111101 | 111100 | 10011 | 0 | 1001100 | 1 | 1001011 | 1100010 | 111101 |
Color Harmonies of #CCFD3C
Complementary color
Monochromatic Colors of #CCFD3C
Black with #CCFD3C
Text Example
Text Example
White with #CCFD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD3C; }
p { color: rgb(204,253,60); }
H1.HeaderClassName
{
color: #CCFD3C;
}
.AnyTagClassName
{
color: #CCFD3C;
}
</style>
background-color css
<style>
a { background-color: #CCFD3C; }
a { background-color: rgb(204,253,60); }
div.DivClassName
{
background-color: #CCFD3C;
}
.BgClassName
{
background-color: #CCFD3C;
}
</style>
border-color css
<style>
span { border-color: #CCFD3C; }
span { border-color: rgb(204,253,60); }
td.TdClassName
{
border-color: #CCFD3C;
}
.TagClassName
{
border-color: #CCFD3C;
}
</style>