Shades of Pear #CCFE4B
Tints of Pear #CCFE4B
RGB
CMYK
RGB Variations
Color information
#CCFE4B (or 0xCCFE4B) is known color: Pear. HEX triplet: CC, FE and 4B. RGB value is (204,254,75). Sum of RGB (Red+Green+Blue) = 204+254+75=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 75 (29.69% from 255 or 14.07% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE4B is #3301B4. Grayscale: #DBDBDB. Windows color (decimal): -3342773 or 4980428. OLE color: 4980428.
HSL color Cylindrical-coordinate representation of color #CCFE4B: hue angle of 76.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCFE4B is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 75 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.00 |
| HSL | 76.76º | 0.99% | 0.65% | - |
| HSV(B) | 76.76º | 0.7% | 1% | - |
| XYZ | 61.61 | 84.23 | 19.67 | - |
| YUV | 218.64 | 46.94 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 75 | 0.20 | 0 | 0.70 | 0.00 | 76.76 | 0.99 | 0.65 |
| Hex | CC | FE | 4B | 14 | 0 | 46 | 0 | 4D | 63 | 41 |
| Octal | 314 | 376 | 113 | 24 | 0 | 106 | 0 | 115 | 143 | 101 |
| Binary | 11001100 | 11111110 | 1001011 | 10100 | 0 | 1000110 | 0 | 1001101 | 1100011 | 1000001 |
Color Harmonies of #CCFE4B
Complementary color
Monochromatic Colors of #CCFE4B
Black with #CCFE4B
Text Example
Text Example
White with #CCFE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE4B; }
p { color: rgb(204,254,75); }
H1.HeaderClassName
{
color: #CCFE4B;
}
.AnyTagClassName
{
color: #CCFE4B;
}
</style>
background-color css
<style>
a { background-color: #CCFE4B; }
a { background-color: rgb(204,254,75); }
div.DivClassName
{
background-color: #CCFE4B;
}
.BgClassName
{
background-color: #CCFE4B;
}
</style>
border-color css
<style>
span { border-color: #CCFE4B; }
span { border-color: rgb(204,254,75); }
td.TdClassName
{
border-color: #CCFE4B;
}
.TagClassName
{
border-color: #CCFE4B;
}
</style>