Shades of Pear #CCF83C
Tints of Pear #CCF83C
RGB
CMYK
RGB Variations
Color information
#CCF83C (or 0xCCF83C) is known color: Pear. HEX triplet: CC, F8 and 3C. RGB value is (204,248,60). Sum of RGB (Red+Green+Blue) = 204+248+60=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 60 (23.83% from 255 or 11.72% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF83C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF83C is #3307C3. Grayscale: #D6D6D6. Windows color (decimal): -3344324 or 3995852. OLE color: 3995852.
HSL color Cylindrical-coordinate representation of color #CCF83C: hue angle of 74.04º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCF83C is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 60 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.03 |
| HSL | 74.04º | 0.93% | 0.6% | - |
| HSV(B) | 74.04º | 0.76% | 0.97% | - |
| XYZ | 59.28 | 80.3 | 16.65 | - |
| YUV | 213.41 | 41.42 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 60 | 0.18 | 0 | 0.76 | 0.03 | 74.04 | 0.93 | 0.6 |
| Hex | CC | F8 | 3C | 12 | 0 | 4C | 3 | 4A | 5D | 3C |
| Octal | 314 | 370 | 74 | 22 | 0 | 114 | 3 | 112 | 135 | 74 |
| Binary | 11001100 | 11111000 | 111100 | 10010 | 0 | 1001100 | 11 | 1001010 | 1011101 | 111100 |
Color Harmonies of #CCF83C
Complementary color
Monochromatic Colors of #CCF83C
Black with #CCF83C
Text Example
Text Example
White with #CCF83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF83C; }
p { color: rgb(204,248,60); }
H1.HeaderClassName
{
color: #CCF83C;
}
.AnyTagClassName
{
color: #CCF83C;
}
</style>
background-color css
<style>
a { background-color: #CCF83C; }
a { background-color: rgb(204,248,60); }
div.DivClassName
{
background-color: #CCF83C;
}
.BgClassName
{
background-color: #CCF83C;
}
</style>
border-color css
<style>
span { border-color: #CCF83C; }
span { border-color: rgb(204,248,60); }
td.TdClassName
{
border-color: #CCF83C;
}
.TagClassName
{
border-color: #CCF83C;
}
</style>