Shades of Pear #CCFD2C
Tints of Pear #CCFD2C
RGB
CMYK
RGB Variations
Color information
#CCFD2C (or 0xCCFD2C) is known color: Pear. HEX triplet: CC, FD and 2C. RGB value is (204,253,44). Sum of RGB (Red+Green+Blue) = 204+253+44=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 44 (17.58% from 255 or 8.78% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD2C is #3302D3. Grayscale: #D7D7D7. Windows color (decimal): -3343060 or 2948556. OLE color: 2948556.
HSL color Cylindrical-coordinate representation of color #CCFD2C: hue angle of 74.07º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCFD2C is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 44 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.01 |
| HSL | 74.07º | 0.98% | 0.58% | - |
| HSV(B) | 74.07º | 0.83% | 0.99% | - |
| XYZ | 60.48 | 83.27 | 15.27 | - |
| YUV | 214.52 | 31.77 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 44 | 0.19 | 0 | 0.83 | 0.01 | 74.07 | 0.98 | 0.58 |
| Hex | CC | FD | 2C | 13 | 0 | 53 | 1 | 4A | 62 | 3A |
| Octal | 314 | 375 | 54 | 23 | 0 | 123 | 1 | 112 | 142 | 72 |
| Binary | 11001100 | 11111101 | 101100 | 10011 | 0 | 1010011 | 1 | 1001010 | 1100010 | 111010 |
Color Harmonies of #CCFD2C
Complementary color
Monochromatic Colors of #CCFD2C
Black with #CCFD2C
Text Example
Text Example
White with #CCFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD2C; }
p { color: rgb(204,253,44); }
H1.HeaderClassName
{
color: #CCFD2C;
}
.AnyTagClassName
{
color: #CCFD2C;
}
</style>
background-color css
<style>
a { background-color: #CCFD2C; }
a { background-color: rgb(204,253,44); }
div.DivClassName
{
background-color: #CCFD2C;
}
.BgClassName
{
background-color: #CCFD2C;
}
</style>
border-color css
<style>
span { border-color: #CCFD2C; }
span { border-color: rgb(204,253,44); }
td.TdClassName
{
border-color: #CCFD2C;
}
.TagClassName
{
border-color: #CCFD2C;
}
</style>