Shades of Pear #CCFF31
Tints of Pear #CCFF31
RGB
CMYK
RGB Variations
Color information
#CCFF31 (or 0xCCFF31) is known color: Pear. HEX triplet: CC, FF and 31. RGB value is (204,255,49). Sum of RGB (Red+Green+Blue) = 204+255+49=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 49 (19.53% from 255 or 9.65% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF31 is #3300CE. Grayscale: #D9D9D9. Windows color (decimal): -3342543 or 3276748. OLE color: 3276748.
HSL color Cylindrical-coordinate representation of color #CCFF31: hue angle of 74.85º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCFF31 is Cyan = 0.2, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 49 | - |
| CMYK | 0.2 | 0 | 0.81 | 0 |
| HSL | 74.85º | 1% | 0.6% | - |
| HSV(B) | 74.85º | 0.81% | 1% | - |
| XYZ | 61.22 | 84.58 | 16 | - |
| YUV | 216.27 | 33.6 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 49 | 0.2 | 0 | 0.81 | 0 | 74.85 | 1 | 0.6 |
| Hex | CC | FF | 31 | 14 | 0 | 51 | 0 | 4B | 64 | 3C |
| Octal | 314 | 377 | 61 | 24 | 0 | 121 | 0 | 113 | 144 | 74 |
| Binary | 11001100 | 11111111 | 110001 | 10100 | 0 | 1010001 | 0 | 1001011 | 1100100 | 111100 |
Color Harmonies of #CCFF31
Complementary color
Monochromatic Colors of #CCFF31
Black with #CCFF31
Text Example
Text Example
White with #CCFF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF31; }
p { color: rgb(204,255,49); }
H1.HeaderClassName
{
color: #CCFF31;
}
.AnyTagClassName
{
color: #CCFF31;
}
</style>
background-color css
<style>
a { background-color: #CCFF31; }
a { background-color: rgb(204,255,49); }
div.DivClassName
{
background-color: #CCFF31;
}
.BgClassName
{
background-color: #CCFF31;
}
</style>
border-color css
<style>
span { border-color: #CCFF31; }
span { border-color: rgb(204,255,49); }
td.TdClassName
{
border-color: #CCFF31;
}
.TagClassName
{
border-color: #CCFF31;
}
</style>