Shades of Pear #CCF227
Tints of Pear #CCF227
RGB
CMYK
RGB Variations
Color information
#CCF227 (or 0xCCF227) is known color: Pear. HEX triplet: CC, F2 and 27. RGB value is (204,242,39). Sum of RGB (Red+Green+Blue) = 204+242+39=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF227 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF227 is #330DD8. Grayscale: #D0D0D0. Windows color (decimal): -3345881 or 2618060. OLE color: 2618060.
HSL color Cylindrical-coordinate representation of color #CCF227: hue angle of 71.23º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCF227 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 39 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.05 |
| HSL | 71.23º | 0.89% | 0.55% | - |
| HSV(B) | 71.23º | 0.84% | 0.95% | - |
| XYZ | 57.02 | 76.49 | 13.68 | - |
| YUV | 207.5 | 32.91 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 39 | 0.16 | 0 | 0.84 | 0.05 | 71.23 | 0.89 | 0.55 |
| Hex | CC | F2 | 27 | 10 | 0 | 54 | 5 | 47 | 59 | 37 |
| Octal | 314 | 362 | 47 | 20 | 0 | 124 | 5 | 107 | 131 | 67 |
| Binary | 11001100 | 11110010 | 100111 | 10000 | 0 | 1010100 | 101 | 1000111 | 1011001 | 110111 |
Color Harmonies of #CCF227
Complementary color
Monochromatic Colors of #CCF227
Black with #CCF227
Text Example
Text Example
White with #CCF227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF227; }
p { color: rgb(204,242,39); }
H1.HeaderClassName
{
color: #CCF227;
}
.AnyTagClassName
{
color: #CCF227;
}
</style>
background-color css
<style>
a { background-color: #CCF227; }
a { background-color: rgb(204,242,39); }
div.DivClassName
{
background-color: #CCF227;
}
.BgClassName
{
background-color: #CCF227;
}
</style>
border-color css
<style>
span { border-color: #CCF227; }
span { border-color: rgb(204,242,39); }
td.TdClassName
{
border-color: #CCF227;
}
.TagClassName
{
border-color: #CCF227;
}
</style>