Shades of Pear #CCF62E
Tints of Pear #CCF62E
RGB
CMYK
RGB Variations
Color information
#CCF62E (or 0xCCF62E) is known color: Pear. HEX triplet: CC, F6 and 2E. RGB value is (204,246,46). Sum of RGB (Red+Green+Blue) = 204+246+46=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF62E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF62E is #3309D1. Grayscale: #D3D3D3. Windows color (decimal): -3344850 or 3077836. OLE color: 3077836.
HSL color Cylindrical-coordinate representation of color #CCF62E: hue angle of 72.6º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCF62E is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 46 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.04 |
| HSL | 72.6º | 0.92% | 0.57% | - |
| HSV(B) | 72.6º | 0.81% | 0.96% | - |
| XYZ | 58.35 | 78.95 | 14.75 | - |
| YUV | 210.64 | 35.09 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 46 | 0.17 | 0 | 0.81 | 0.04 | 72.6 | 0.92 | 0.57 |
| Hex | CC | F6 | 2E | 11 | 0 | 51 | 4 | 49 | 5C | 39 |
| Octal | 314 | 366 | 56 | 21 | 0 | 121 | 4 | 111 | 134 | 71 |
| Binary | 11001100 | 11110110 | 101110 | 10001 | 0 | 1010001 | 100 | 1001001 | 1011100 | 111001 |
Color Harmonies of #CCF62E
Complementary color
Monochromatic Colors of #CCF62E
Black with #CCF62E
Text Example
Text Example
White with #CCF62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF62E; }
p { color: rgb(204,246,46); }
H1.HeaderClassName
{
color: #CCF62E;
}
.AnyTagClassName
{
color: #CCF62E;
}
</style>
background-color css
<style>
a { background-color: #CCF62E; }
a { background-color: rgb(204,246,46); }
div.DivClassName
{
background-color: #CCF62E;
}
.BgClassName
{
background-color: #CCF62E;
}
</style>
border-color css
<style>
span { border-color: #CCF62E; }
span { border-color: rgb(204,246,46); }
td.TdClassName
{
border-color: #CCF62E;
}
.TagClassName
{
border-color: #CCF62E;
}
</style>