Shades of Pear #CCFE2B
Tints of Pear #CCFE2B
RGB
CMYK
RGB Variations
Color information
#CCFE2B (or 0xCCFE2B) is known color: Pear. HEX triplet: CC, FE and 2B. RGB value is (204,254,43). Sum of RGB (Red+Green+Blue) = 204+254+43=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 43 (17.19% from 255 or 8.58% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE2B is #3301D4. Grayscale: #D7D7D7. Windows color (decimal): -3342805 or 2883276. OLE color: 2883276.
HSL color Cylindrical-coordinate representation of color #CCFE2B: hue angle of 74.22º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCFE2B is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 43 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.00 |
| HSL | 74.22º | 0.99% | 0.58% | - |
| HSV(B) | 74.22º | 0.83% | 1% | - |
| XYZ | 60.78 | 83.9 | 15.28 | - |
| YUV | 215 | 30.94 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 43 | 0.20 | 0 | 0.83 | 0.00 | 74.22 | 0.99 | 0.58 |
| Hex | CC | FE | 2B | 14 | 0 | 53 | 0 | 4A | 63 | 3A |
| Octal | 314 | 376 | 53 | 24 | 0 | 123 | 0 | 112 | 143 | 72 |
| Binary | 11001100 | 11111110 | 101011 | 10100 | 0 | 1010011 | 0 | 1001010 | 1100011 | 111010 |
Color Harmonies of #CCFE2B
Complementary color
Monochromatic Colors of #CCFE2B
Black with #CCFE2B
Text Example
Text Example
White with #CCFE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE2B; }
p { color: rgb(204,254,43); }
H1.HeaderClassName
{
color: #CCFE2B;
}
.AnyTagClassName
{
color: #CCFE2B;
}
</style>
background-color css
<style>
a { background-color: #CCFE2B; }
a { background-color: rgb(204,254,43); }
div.DivClassName
{
background-color: #CCFE2B;
}
.BgClassName
{
background-color: #CCFE2B;
}
</style>
border-color css
<style>
span { border-color: #CCFE2B; }
span { border-color: rgb(204,254,43); }
td.TdClassName
{
border-color: #CCFE2B;
}
.TagClassName
{
border-color: #CCFE2B;
}
</style>