Shades of Pear #CCF31F
Tints of Pear #CCF31F
RGB
CMYK
RGB Variations
Color information
#CCF31F (or 0xCCF31F) is known color: Pear. HEX triplet: CC, F3 and 1F. RGB value is (204,243,31). Sum of RGB (Red+Green+Blue) = 204+243+31=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF31F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF31F is #330CE0. Grayscale: #CFCFCF. Windows color (decimal): -3345633 or 2094028. OLE color: 2094028.
HSL color Cylindrical-coordinate representation of color #CCF31F: hue angle of 71.04º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCF31F is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 31 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.05 |
| HSL | 71.04º | 0.9% | 0.54% | - |
| HSV(B) | 71.04º | 0.87% | 0.95% | - |
| XYZ | 57.2 | 77.04 | 13.15 | - |
| YUV | 207.17 | 28.58 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 31 | 0.16 | 0 | 0.87 | 0.05 | 71.04 | 0.9 | 0.54 |
| Hex | CC | F3 | 1F | 10 | 0 | 57 | 5 | 47 | 5A | 36 |
| Octal | 314 | 363 | 37 | 20 | 0 | 127 | 5 | 107 | 132 | 66 |
| Binary | 11001100 | 11110011 | 11111 | 10000 | 0 | 1010111 | 101 | 1000111 | 1011010 | 110110 |
Color Harmonies of #CCF31F
Complementary color
Monochromatic Colors of #CCF31F
Black with #CCF31F
Text Example
Text Example
White with #CCF31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF31F; }
p { color: rgb(204,243,31); }
H1.HeaderClassName
{
color: #CCF31F;
}
.AnyTagClassName
{
color: #CCF31F;
}
</style>
background-color css
<style>
a { background-color: #CCF31F; }
a { background-color: rgb(204,243,31); }
div.DivClassName
{
background-color: #CCF31F;
}
.BgClassName
{
background-color: #CCF31F;
}
</style>
border-color css
<style>
span { border-color: #CCF31F; }
span { border-color: rgb(204,243,31); }
td.TdClassName
{
border-color: #CCF31F;
}
.TagClassName
{
border-color: #CCF31F;
}
</style>