Shades of Pear #CCFD31
Tints of Pear #CCFD31
RGB
CMYK
RGB Variations
Color information
#CCFD31 (or 0xCCFD31) is known color: Pear. HEX triplet: CC, FD and 31. RGB value is (204,253,49). Sum of RGB (Red+Green+Blue) = 204+253+49=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD31 is #3302CE. Grayscale: #D7D7D7. Windows color (decimal): -3343055 or 3276236. OLE color: 3276236.
HSL color Cylindrical-coordinate representation of color #CCFD31: hue angle of 74.41º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCFD31 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 49 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.01 |
| HSL | 74.41º | 0.98% | 0.59% | - |
| HSV(B) | 74.41º | 0.81% | 0.99% | - |
| XYZ | 60.58 | 83.31 | 15.79 | - |
| YUV | 215.09 | 34.27 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 49 | 0.19 | 0 | 0.81 | 0.01 | 74.41 | 0.98 | 0.59 |
| Hex | CC | FD | 31 | 13 | 0 | 51 | 1 | 4A | 62 | 3B |
| Octal | 314 | 375 | 61 | 23 | 0 | 121 | 1 | 112 | 142 | 73 |
| Binary | 11001100 | 11111101 | 110001 | 10011 | 0 | 1010001 | 1 | 1001010 | 1100010 | 111011 |
Color Harmonies of #CCFD31
Complementary color
Monochromatic Colors of #CCFD31
Black with #CCFD31
Text Example
Text Example
White with #CCFD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD31; }
p { color: rgb(204,253,49); }
H1.HeaderClassName
{
color: #CCFD31;
}
.AnyTagClassName
{
color: #CCFD31;
}
</style>
background-color css
<style>
a { background-color: #CCFD31; }
a { background-color: rgb(204,253,49); }
div.DivClassName
{
background-color: #CCFD31;
}
.BgClassName
{
background-color: #CCFD31;
}
</style>
border-color css
<style>
span { border-color: #CCFD31; }
span { border-color: rgb(204,253,49); }
td.TdClassName
{
border-color: #CCFD31;
}
.TagClassName
{
border-color: #CCFD31;
}
</style>