Shades of Pear #CCF31B
Tints of Pear #CCF31B
RGB
CMYK
RGB Variations
Color information
#CCF31B (or 0xCCF31B) is known color: Pear. HEX triplet: CC, F3 and 1B. RGB value is (204,243,27). Sum of RGB (Red+Green+Blue) = 204+243+27=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 27 (10.94% from 255 or 5.70% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF31B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF31B is #330CE4. Grayscale: #CFCFCF. Windows color (decimal): -3345637 or 1831884. OLE color: 1831884.
HSL color Cylindrical-coordinate representation of color #CCF31B: hue angle of 70.83º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCF31B is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 27 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.05 |
| HSL | 70.83º | 0.9% | 0.53% | - |
| HSV(B) | 70.83º | 0.89% | 0.95% | - |
| XYZ | 57.15 | 77.02 | 12.89 | - |
| YUV | 206.72 | 26.58 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 27 | 0.16 | 0 | 0.89 | 0.05 | 70.83 | 0.9 | 0.53 |
| Hex | CC | F3 | 1B | 10 | 0 | 59 | 5 | 47 | 5A | 35 |
| Octal | 314 | 363 | 33 | 20 | 0 | 131 | 5 | 107 | 132 | 65 |
| Binary | 11001100 | 11110011 | 11011 | 10000 | 0 | 1011001 | 101 | 1000111 | 1011010 | 110101 |
Color Harmonies of #CCF31B
Complementary color
Monochromatic Colors of #CCF31B
Black with #CCF31B
Text Example
Text Example
White with #CCF31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF31B; }
p { color: rgb(204,243,27); }
H1.HeaderClassName
{
color: #CCF31B;
}
.AnyTagClassName
{
color: #CCF31B;
}
</style>
background-color css
<style>
a { background-color: #CCF31B; }
a { background-color: rgb(204,243,27); }
div.DivClassName
{
background-color: #CCF31B;
}
.BgClassName
{
background-color: #CCF31B;
}
</style>
border-color css
<style>
span { border-color: #CCF31B; }
span { border-color: rgb(204,243,27); }
td.TdClassName
{
border-color: #CCF31B;
}
.TagClassName
{
border-color: #CCF31B;
}
</style>