Shades of Pear #CCF231
Tints of Pear #CCF231
RGB
CMYK
RGB Variations
Color information
#CCF231 (or 0xCCF231) is known color: Pear. HEX triplet: CC, F2 and 31. RGB value is (204,242,49). Sum of RGB (Red+Green+Blue) = 204+242+49=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF231 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF231 is #330DCE. Grayscale: #D1D1D1. Windows color (decimal): -3345871 or 3273420. OLE color: 3273420.
HSL color Cylindrical-coordinate representation of color #CCF231: hue angle of 71.81º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCF231 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 49 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.05 |
| HSL | 71.81º | 0.88% | 0.57% | - |
| HSV(B) | 71.81º | 0.8% | 0.95% | - |
| XYZ | 57.21 | 76.56 | 14.67 | - |
| YUV | 208.64 | 37.91 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 49 | 0.16 | 0 | 0.80 | 0.05 | 71.81 | 0.88 | 0.57 |
| Hex | CC | F2 | 31 | 10 | 0 | 50 | 5 | 48 | 58 | 39 |
| Octal | 314 | 362 | 61 | 20 | 0 | 120 | 5 | 110 | 130 | 71 |
| Binary | 11001100 | 11110010 | 110001 | 10000 | 0 | 1010000 | 101 | 1001000 | 1011000 | 111001 |
Color Harmonies of #CCF231
Complementary color
Monochromatic Colors of #CCF231
Black with #CCF231
Text Example
Text Example
White with #CCF231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF231; }
p { color: rgb(204,242,49); }
H1.HeaderClassName
{
color: #CCF231;
}
.AnyTagClassName
{
color: #CCF231;
}
</style>
background-color css
<style>
a { background-color: #CCF231; }
a { background-color: rgb(204,242,49); }
div.DivClassName
{
background-color: #CCF231;
}
.BgClassName
{
background-color: #CCF231;
}
</style>
border-color css
<style>
span { border-color: #CCF231; }
span { border-color: rgb(204,242,49); }
td.TdClassName
{
border-color: #CCF231;
}
.TagClassName
{
border-color: #CCF231;
}
</style>