Shades of Pear #CCFD32
Tints of Pear #CCFD32
RGB
CMYK
RGB Variations
Color information
#CCFD32 (or 0xCCFD32) is known color: Pear. HEX triplet: CC, FD and 32. RGB value is (204,253,50). Sum of RGB (Red+Green+Blue) = 204+253+50=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 50 (19.92% from 255 or 9.86% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD32 is #3302CD. Grayscale: #D7D7D7. Windows color (decimal): -3343054 or 3341772. OLE color: 3341772.
HSL color Cylindrical-coordinate representation of color #CCFD32: hue angle of 74.48º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCFD32 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 50 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.01 |
| HSL | 74.48º | 0.98% | 0.59% | - |
| HSV(B) | 74.48º | 0.8% | 0.99% | - |
| XYZ | 60.6 | 83.32 | 15.91 | - |
| YUV | 215.21 | 34.77 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 50 | 0.19 | 0 | 0.80 | 0.01 | 74.48 | 0.98 | 0.59 |
| Hex | CC | FD | 32 | 13 | 0 | 50 | 1 | 4A | 62 | 3B |
| Octal | 314 | 375 | 62 | 23 | 0 | 120 | 1 | 112 | 142 | 73 |
| Binary | 11001100 | 11111101 | 110010 | 10011 | 0 | 1010000 | 1 | 1001010 | 1100010 | 111011 |
Color Harmonies of #CCFD32
Complementary color
Monochromatic Colors of #CCFD32
Black with #CCFD32
Text Example
Text Example
White with #CCFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD32; }
p { color: rgb(204,253,50); }
H1.HeaderClassName
{
color: #CCFD32;
}
.AnyTagClassName
{
color: #CCFD32;
}
</style>
background-color css
<style>
a { background-color: #CCFD32; }
a { background-color: rgb(204,253,50); }
div.DivClassName
{
background-color: #CCFD32;
}
.BgClassName
{
background-color: #CCFD32;
}
</style>
border-color css
<style>
span { border-color: #CCFD32; }
span { border-color: rgb(204,253,50); }
td.TdClassName
{
border-color: #CCFD32;
}
.TagClassName
{
border-color: #CCFD32;
}
</style>