Shades of Pear #CCFD4A
Tints of Pear #CCFD4A
RGB
CMYK
RGB Variations
Color information
#CCFD4A (or 0xCCFD4A) is known color: Pear. HEX triplet: CC, FD and 4A. RGB value is (204,253,74). Sum of RGB (Red+Green+Blue) = 204+253+74=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 74 (29.30% from 255 or 13.94% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD4A is #3302B5. Grayscale: #DADADA. Windows color (decimal): -3343030 or 4914636. OLE color: 4914636.
HSL color Cylindrical-coordinate representation of color #CCFD4A: hue angle of 76.42º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCFD4A is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 74 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.01 |
| HSL | 76.42º | 0.98% | 0.64% | - |
| HSV(B) | 76.42º | 0.71% | 0.99% | - |
| XYZ | 61.26 | 83.58 | 19.38 | - |
| YUV | 217.94 | 46.77 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 74 | 0.19 | 0 | 0.71 | 0.01 | 76.42 | 0.98 | 0.64 |
| Hex | CC | FD | 4A | 13 | 0 | 47 | 1 | 4C | 62 | 40 |
| Octal | 314 | 375 | 112 | 23 | 0 | 107 | 1 | 114 | 142 | 100 |
| Binary | 11001100 | 11111101 | 1001010 | 10011 | 0 | 1000111 | 1 | 1001100 | 1100010 | 1000000 |
Color Harmonies of #CCFD4A
Complementary color
Monochromatic Colors of #CCFD4A
Black with #CCFD4A
Text Example
Text Example
White with #CCFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD4A; }
p { color: rgb(204,253,74); }
H1.HeaderClassName
{
color: #CCFD4A;
}
.AnyTagClassName
{
color: #CCFD4A;
}
</style>
background-color css
<style>
a { background-color: #CCFD4A; }
a { background-color: rgb(204,253,74); }
div.DivClassName
{
background-color: #CCFD4A;
}
.BgClassName
{
background-color: #CCFD4A;
}
</style>
border-color css
<style>
span { border-color: #CCFD4A; }
span { border-color: rgb(204,253,74); }
td.TdClassName
{
border-color: #CCFD4A;
}
.TagClassName
{
border-color: #CCFD4A;
}
</style>