Shades of Pear #CCF831
Tints of Pear #CCF831
RGB
CMYK
RGB Variations
Color information
#CCF831 (or 0xCCF831) is known color: Pear. HEX triplet: CC, F8 and 31. RGB value is (204,248,49). Sum of RGB (Red+Green+Blue) = 204+248+49=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF831 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF831 is #3307CE. Grayscale: #D4D4D4. Windows color (decimal): -3344335 or 3274956. OLE color: 3274956.
HSL color Cylindrical-coordinate representation of color #CCF831: hue angle of 73.27º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCF831 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 49 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.03 |
| HSL | 73.27º | 0.93% | 0.58% | - |
| HSV(B) | 73.27º | 0.8% | 0.97% | - |
| XYZ | 59.02 | 80.19 | 15.27 | - |
| YUV | 212.16 | 35.92 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 49 | 0.18 | 0 | 0.80 | 0.03 | 73.27 | 0.93 | 0.58 |
| Hex | CC | F8 | 31 | 12 | 0 | 50 | 3 | 49 | 5D | 3A |
| Octal | 314 | 370 | 61 | 22 | 0 | 120 | 3 | 111 | 135 | 72 |
| Binary | 11001100 | 11111000 | 110001 | 10010 | 0 | 1010000 | 11 | 1001001 | 1011101 | 111010 |
Color Harmonies of #CCF831
Complementary color
Monochromatic Colors of #CCF831
Black with #CCF831
Text Example
Text Example
White with #CCF831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF831; }
p { color: rgb(204,248,49); }
H1.HeaderClassName
{
color: #CCF831;
}
.AnyTagClassName
{
color: #CCF831;
}
</style>
background-color css
<style>
a { background-color: #CCF831; }
a { background-color: rgb(204,248,49); }
div.DivClassName
{
background-color: #CCF831;
}
.BgClassName
{
background-color: #CCF831;
}
</style>
border-color css
<style>
span { border-color: #CCF831; }
span { border-color: rgb(204,248,49); }
td.TdClassName
{
border-color: #CCF831;
}
.TagClassName
{
border-color: #CCF831;
}
</style>