Shades of Pear #CCFB3C
Tints of Pear #CCFB3C
RGB
CMYK
RGB Variations
Color information
#CCFB3C (or 0xCCFB3C) is known color: Pear. HEX triplet: CC, FB and 3C. RGB value is (204,251,60). Sum of RGB (Red+Green+Blue) = 204+251+60=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 60 (23.83% from 255 or 11.65% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFB3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFB3C is #3304C3. Grayscale: #D7D7D7. Windows color (decimal): -3343556 or 3996620. OLE color: 3996620.
HSL color Cylindrical-coordinate representation of color #CCFB3C: hue angle of 74.76º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCFB3C is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 251 | 60 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.02 |
| HSL | 74.76º | 0.96% | 0.61% | - |
| HSV(B) | 74.76º | 0.76% | 0.98% | - |
| XYZ | 60.21 | 82.16 | 16.96 | - |
| YUV | 215.17 | 40.43 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 60 | 0.19 | 0 | 0.76 | 0.02 | 74.76 | 0.96 | 0.61 |
| Hex | CC | FB | 3C | 13 | 0 | 4C | 2 | 4B | 60 | 3D |
| Octal | 314 | 373 | 74 | 23 | 0 | 114 | 2 | 113 | 140 | 75 |
| Binary | 11001100 | 11111011 | 111100 | 10011 | 0 | 1001100 | 10 | 1001011 | 1100000 | 111101 |
Color Harmonies of #CCFB3C
Complementary color
Monochromatic Colors of #CCFB3C
Black with #CCFB3C
Text Example
Text Example
White with #CCFB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFB3C; }
p { color: rgb(204,251,60); }
H1.HeaderClassName
{
color: #CCFB3C;
}
.AnyTagClassName
{
color: #CCFB3C;
}
</style>
background-color css
<style>
a { background-color: #CCFB3C; }
a { background-color: rgb(204,251,60); }
div.DivClassName
{
background-color: #CCFB3C;
}
.BgClassName
{
background-color: #CCFB3C;
}
</style>
border-color css
<style>
span { border-color: #CCFB3C; }
span { border-color: rgb(204,251,60); }
td.TdClassName
{
border-color: #CCFB3C;
}
.TagClassName
{
border-color: #CCFB3C;
}
</style>