Shades of Pear #CCF31C
Tints of Pear #CCF31C
RGB
CMYK
RGB Variations
Color information
#CCF31C (or 0xCCF31C) is known color: Pear. HEX triplet: CC, F3 and 1C. RGB value is (204,243,28). Sum of RGB (Red+Green+Blue) = 204+243+28=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 28 (11.33% from 255 or 5.89% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF31C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF31C is #330CE3. Grayscale: #CFCFCF. Windows color (decimal): -3345636 or 1897420. OLE color: 1897420.
HSL color Cylindrical-coordinate representation of color #CCF31C: hue angle of 70.88º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCF31C is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 28 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.05 |
| HSL | 70.88º | 0.9% | 0.53% | - |
| HSV(B) | 70.88º | 0.88% | 0.95% | - |
| XYZ | 57.16 | 77.02 | 12.95 | - |
| YUV | 206.83 | 27.08 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 28 | 0.16 | 0 | 0.88 | 0.05 | 70.88 | 0.9 | 0.53 |
| Hex | CC | F3 | 1C | 10 | 0 | 58 | 5 | 47 | 5A | 35 |
| Octal | 314 | 363 | 34 | 20 | 0 | 130 | 5 | 107 | 132 | 65 |
| Binary | 11001100 | 11110011 | 11100 | 10000 | 0 | 1011000 | 101 | 1000111 | 1011010 | 110101 |
Color Harmonies of #CCF31C
Complementary color
Monochromatic Colors of #CCF31C
Black with #CCF31C
Text Example
Text Example
White with #CCF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF31C; }
p { color: rgb(204,243,28); }
H1.HeaderClassName
{
color: #CCF31C;
}
.AnyTagClassName
{
color: #CCF31C;
}
</style>
background-color css
<style>
a { background-color: #CCF31C; }
a { background-color: rgb(204,243,28); }
div.DivClassName
{
background-color: #CCF31C;
}
.BgClassName
{
background-color: #CCF31C;
}
</style>
border-color css
<style>
span { border-color: #CCF31C; }
span { border-color: rgb(204,243,28); }
td.TdClassName
{
border-color: #CCF31C;
}
.TagClassName
{
border-color: #CCF31C;
}
</style>