Shades of Pear #CCFE3A
Tints of Pear #CCFE3A
RGB
CMYK
RGB Variations
Color information
#CCFE3A (or 0xCCFE3A) is known color: Pear. HEX triplet: CC, FE and 3A. RGB value is (204,254,58). Sum of RGB (Red+Green+Blue) = 204+254+58=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 58 (23.05% from 255 or 11.24% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE3A is #3301C5. Grayscale: #D9D9D9. Windows color (decimal): -3342790 or 3866316. OLE color: 3866316.
HSL color Cylindrical-coordinate representation of color #CCFE3A: hue angle of 75.31º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCFE3A is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 58 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.00 |
| HSL | 75.31º | 0.99% | 0.61% | - |
| HSV(B) | 75.31º | 0.77% | 1% | - |
| XYZ | 61.11 | 84.03 | 17 | - |
| YUV | 216.71 | 38.44 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 58 | 0.20 | 0 | 0.77 | 0.00 | 75.31 | 0.99 | 0.61 |
| Hex | CC | FE | 3A | 14 | 0 | 4D | 0 | 4B | 63 | 3D |
| Octal | 314 | 376 | 72 | 24 | 0 | 115 | 0 | 113 | 143 | 75 |
| Binary | 11001100 | 11111110 | 111010 | 10100 | 0 | 1001101 | 0 | 1001011 | 1100011 | 111101 |
Color Harmonies of #CCFE3A
Complementary color
Monochromatic Colors of #CCFE3A
Black with #CCFE3A
Text Example
Text Example
White with #CCFE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE3A; }
p { color: rgb(204,254,58); }
H1.HeaderClassName
{
color: #CCFE3A;
}
.AnyTagClassName
{
color: #CCFE3A;
}
</style>
background-color css
<style>
a { background-color: #CCFE3A; }
a { background-color: rgb(204,254,58); }
div.DivClassName
{
background-color: #CCFE3A;
}
.BgClassName
{
background-color: #CCFE3A;
}
</style>
border-color css
<style>
span { border-color: #CCFE3A; }
span { border-color: rgb(204,254,58); }
td.TdClassName
{
border-color: #CCFE3A;
}
.TagClassName
{
border-color: #CCFE3A;
}
</style>