Shades of Pear #CCF52E
Tints of Pear #CCF52E
RGB
CMYK
RGB Variations
Color information
#CCF52E (or 0xCCF52E) is known color: Pear. HEX triplet: CC, F5 and 2E. RGB value is (204,245,46). Sum of RGB (Red+Green+Blue) = 204+245+46=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF52E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF52E is #330AD1. Grayscale: #D2D2D2. Windows color (decimal): -3345106 or 3077580. OLE color: 3077580.
HSL color Cylindrical-coordinate representation of color #CCF52E: hue angle of 72.36º degrees, saturation: 0.91, 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 #CCF52E is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 46 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.04 |
| HSL | 72.36º | 0.91% | 0.57% | - |
| HSV(B) | 72.36º | 0.81% | 0.96% | - |
| XYZ | 58.05 | 78.34 | 14.65 | - |
| YUV | 210.06 | 35.42 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 46 | 0.17 | 0 | 0.81 | 0.04 | 72.36 | 0.91 | 0.57 |
| Hex | CC | F5 | 2E | 11 | 0 | 51 | 4 | 48 | 5B | 39 |
| Octal | 314 | 365 | 56 | 21 | 0 | 121 | 4 | 110 | 133 | 71 |
| Binary | 11001100 | 11110101 | 101110 | 10001 | 0 | 1010001 | 100 | 1001000 | 1011011 | 111001 |
Color Harmonies of #CCF52E
Complementary color
Monochromatic Colors of #CCF52E
Black with #CCF52E
Text Example
Text Example
White with #CCF52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF52E; }
p { color: rgb(204,245,46); }
H1.HeaderClassName
{
color: #CCF52E;
}
.AnyTagClassName
{
color: #CCF52E;
}
</style>
background-color css
<style>
a { background-color: #CCF52E; }
a { background-color: rgb(204,245,46); }
div.DivClassName
{
background-color: #CCF52E;
}
.BgClassName
{
background-color: #CCF52E;
}
</style>
border-color css
<style>
span { border-color: #CCF52E; }
span { border-color: rgb(204,245,46); }
td.TdClassName
{
border-color: #CCF52E;
}
.TagClassName
{
border-color: #CCF52E;
}
</style>