Shades of Pear #CCFC37
Tints of Pear #CCFC37
RGB
CMYK
RGB Variations
Color information
#CCFC37 (or 0xCCFC37) is known color: Pear. HEX triplet: CC, FC and 37. RGB value is (204,252,55). Sum of RGB (Red+Green+Blue) = 204+252+55=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 55 (21.88% from 255 or 10.76% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC37 is #3303C8. Grayscale: #D7D7D7. Windows color (decimal): -3343305 or 3669196. OLE color: 3669196.
HSL color Cylindrical-coordinate representation of color #CCFC37: hue angle of 74.62º degrees, saturation: 0.97, 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 #CCFC37 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 55 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.01 |
| HSL | 74.62º | 0.97% | 0.6% | - |
| HSV(B) | 74.62º | 0.78% | 0.99% | - |
| XYZ | 60.4 | 82.73 | 16.4 | - |
| YUV | 215.19 | 37.6 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 55 | 0.19 | 0 | 0.78 | 0.01 | 74.62 | 0.97 | 0.6 |
| Hex | CC | FC | 37 | 13 | 0 | 4E | 1 | 4B | 61 | 3C |
| Octal | 314 | 374 | 67 | 23 | 0 | 116 | 1 | 113 | 141 | 74 |
| Binary | 11001100 | 11111100 | 110111 | 10011 | 0 | 1001110 | 1 | 1001011 | 1100001 | 111100 |
Color Harmonies of #CCFC37
Complementary color
Monochromatic Colors of #CCFC37
Black with #CCFC37
Text Example
Text Example
White with #CCFC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC37; }
p { color: rgb(204,252,55); }
H1.HeaderClassName
{
color: #CCFC37;
}
.AnyTagClassName
{
color: #CCFC37;
}
</style>
background-color css
<style>
a { background-color: #CCFC37; }
a { background-color: rgb(204,252,55); }
div.DivClassName
{
background-color: #CCFC37;
}
.BgClassName
{
background-color: #CCFC37;
}
</style>
border-color css
<style>
span { border-color: #CCFC37; }
span { border-color: rgb(204,252,55); }
td.TdClassName
{
border-color: #CCFC37;
}
.TagClassName
{
border-color: #CCFC37;
}
</style>