Shades of Pear #CCFD37
Tints of Pear #CCFD37
RGB
CMYK
RGB Variations
Color information
#CCFD37 (or 0xCCFD37) is known color: Pear. HEX triplet: CC, FD and 37. RGB value is (204,253,55). Sum of RGB (Red+Green+Blue) = 204+253+55=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 55 (21.88% from 255 or 10.74% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD37 is #3302C8. Grayscale: #D8D8D8. Windows color (decimal): -3343049 or 3669452. OLE color: 3669452.
HSL color Cylindrical-coordinate representation of color #CCFD37: hue angle of 74.85º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCFD37 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 55 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.01 |
| HSL | 74.85º | 0.98% | 0.6% | - |
| HSV(B) | 74.85º | 0.78% | 0.99% | - |
| XYZ | 60.72 | 83.36 | 16.51 | - |
| YUV | 215.78 | 37.27 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 55 | 0.19 | 0 | 0.78 | 0.01 | 74.85 | 0.98 | 0.6 |
| Hex | CC | FD | 37 | 13 | 0 | 4E | 1 | 4B | 62 | 3C |
| Octal | 314 | 375 | 67 | 23 | 0 | 116 | 1 | 113 | 142 | 74 |
| Binary | 11001100 | 11111101 | 110111 | 10011 | 0 | 1001110 | 1 | 1001011 | 1100010 | 111100 |
Color Harmonies of #CCFD37
Complementary color
Monochromatic Colors of #CCFD37
Black with #CCFD37
Text Example
Text Example
White with #CCFD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD37; }
p { color: rgb(204,253,55); }
H1.HeaderClassName
{
color: #CCFD37;
}
.AnyTagClassName
{
color: #CCFD37;
}
</style>
background-color css
<style>
a { background-color: #CCFD37; }
a { background-color: rgb(204,253,55); }
div.DivClassName
{
background-color: #CCFD37;
}
.BgClassName
{
background-color: #CCFD37;
}
</style>
border-color css
<style>
span { border-color: #CCFD37; }
span { border-color: rgb(204,253,55); }
td.TdClassName
{
border-color: #CCFD37;
}
.TagClassName
{
border-color: #CCFD37;
}
</style>