Shades of Pear #CCF92C
Tints of Pear #CCF92C
RGB
CMYK
RGB Variations
Color information
#CCF92C (or 0xCCF92C) is known color: Pear. HEX triplet: CC, F9 and 2C. RGB value is (204,249,44). Sum of RGB (Red+Green+Blue) = 204+249+44=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 44 (17.58% from 255 or 8.85% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF92C is #3306D3. Grayscale: #D4D4D4. Windows color (decimal): -3344084 or 2947532. OLE color: 2947532.
HSL color Cylindrical-coordinate representation of color #CCF92C: hue angle of 73.17º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCF92C is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 44 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.02 |
| HSL | 73.17º | 0.94% | 0.57% | - |
| HSV(B) | 73.17º | 0.82% | 0.98% | - |
| XYZ | 59.23 | 80.77 | 14.85 | - |
| YUV | 212.18 | 33.09 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 44 | 0.18 | 0 | 0.82 | 0.02 | 73.17 | 0.94 | 0.57 |
| Hex | CC | F9 | 2C | 12 | 0 | 52 | 2 | 49 | 5E | 39 |
| Octal | 314 | 371 | 54 | 22 | 0 | 122 | 2 | 111 | 136 | 71 |
| Binary | 11001100 | 11111001 | 101100 | 10010 | 0 | 1010010 | 10 | 1001001 | 1011110 | 111001 |
Color Harmonies of #CCF92C
Complementary color
Monochromatic Colors of #CCF92C
Black with #CCF92C
Text Example
Text Example
White with #CCF92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF92C; }
p { color: rgb(204,249,44); }
H1.HeaderClassName
{
color: #CCF92C;
}
.AnyTagClassName
{
color: #CCF92C;
}
</style>
background-color css
<style>
a { background-color: #CCF92C; }
a { background-color: rgb(204,249,44); }
div.DivClassName
{
background-color: #CCF92C;
}
.BgClassName
{
background-color: #CCF92C;
}
</style>
border-color css
<style>
span { border-color: #CCF92C; }
span { border-color: rgb(204,249,44); }
td.TdClassName
{
border-color: #CCF92C;
}
.TagClassName
{
border-color: #CCF92C;
}
</style>