Shades of Pear #CCF628
Tints of Pear #CCF628
RGB
CMYK
RGB Variations
Color information
#CCF628 (or 0xCCF628) is known color: Pear. HEX triplet: CC, F6 and 28. RGB value is (204,246,40). Sum of RGB (Red+Green+Blue) = 204+246+40=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 246 (96.48% from 255 or 50.20% from 490); Blue value is 40 (16.02% from 255 or 8.16% from 490); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF628 is #3309D7. Grayscale: #D2D2D2. Windows color (decimal): -3344856 or 2684620. OLE color: 2684620.
HSL color Cylindrical-coordinate representation of color #CCF628: hue angle of 72.23º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCF628 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 40 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.04 |
| HSL | 72.23º | 0.92% | 0.56% | - |
| HSV(B) | 72.23º | 0.84% | 0.96% | - |
| XYZ | 58.24 | 78.9 | 14.17 | - |
| YUV | 209.96 | 32.09 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 40 | 0.17 | 0 | 0.84 | 0.04 | 72.23 | 0.92 | 0.56 |
| Hex | CC | F6 | 28 | 11 | 0 | 54 | 4 | 48 | 5C | 38 |
| Octal | 314 | 366 | 50 | 21 | 0 | 124 | 4 | 110 | 134 | 70 |
| Binary | 11001100 | 11110110 | 101000 | 10001 | 0 | 1010100 | 100 | 1001000 | 1011100 | 111000 |
Color Harmonies of #CCF628
Complementary color
Monochromatic Colors of #CCF628
Black with #CCF628
Text Example
Text Example
White with #CCF628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF628; }
p { color: rgb(204,246,40); }
H1.HeaderClassName
{
color: #CCF628;
}
.AnyTagClassName
{
color: #CCF628;
}
</style>
background-color css
<style>
a { background-color: #CCF628; }
a { background-color: rgb(204,246,40); }
div.DivClassName
{
background-color: #CCF628;
}
.BgClassName
{
background-color: #CCF628;
}
</style>
border-color css
<style>
span { border-color: #CCF628; }
span { border-color: rgb(204,246,40); }
td.TdClassName
{
border-color: #CCF628;
}
.TagClassName
{
border-color: #CCF628;
}
</style>