Shades of Pear #CCF82E
Tints of Pear #CCF82E
RGB
CMYK
RGB Variations
Color information
#CCF82E (or 0xCCF82E) is known color: Pear. HEX triplet: CC, F8 and 2E. RGB value is (204,248,46). Sum of RGB (Red+Green+Blue) = 204+248+46=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 46 (18.36% from 255 or 9.24% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF82E is #3307D1. Grayscale: #D4D4D4. Windows color (decimal): -3344338 or 3078348. OLE color: 3078348.
HSL color Cylindrical-coordinate representation of color #CCF82E: hue angle of 73.07º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCF82E is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 46 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.03 |
| HSL | 73.07º | 0.94% | 0.58% | - |
| HSV(B) | 73.07º | 0.81% | 0.97% | - |
| XYZ | 58.96 | 80.17 | 14.95 | - |
| YUV | 211.82 | 34.42 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 46 | 0.18 | 0 | 0.81 | 0.03 | 73.07 | 0.94 | 0.58 |
| Hex | CC | F8 | 2E | 12 | 0 | 51 | 3 | 49 | 5E | 3A |
| Octal | 314 | 370 | 56 | 22 | 0 | 121 | 3 | 111 | 136 | 72 |
| Binary | 11001100 | 11111000 | 101110 | 10010 | 0 | 1010001 | 11 | 1001001 | 1011110 | 111010 |
Color Harmonies of #CCF82E
Complementary color
Monochromatic Colors of #CCF82E
Black with #CCF82E
Text Example
Text Example
White with #CCF82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF82E; }
p { color: rgb(204,248,46); }
H1.HeaderClassName
{
color: #CCF82E;
}
.AnyTagClassName
{
color: #CCF82E;
}
</style>
background-color css
<style>
a { background-color: #CCF82E; }
a { background-color: rgb(204,248,46); }
div.DivClassName
{
background-color: #CCF82E;
}
.BgClassName
{
background-color: #CCF82E;
}
</style>
border-color css
<style>
span { border-color: #CCF82E; }
span { border-color: rgb(204,248,46); }
td.TdClassName
{
border-color: #CCF82E;
}
.TagClassName
{
border-color: #CCF82E;
}
</style>