Shades of Pear #CCFE23
Tints of Pear #CCFE23
RGB
CMYK
RGB Variations
Color information
#CCFE23 (or 0xCCFE23) is known color: Pear. HEX triplet: CC, FE and 23. RGB value is (204,254,35). Sum of RGB (Red+Green+Blue) = 204+254+35=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 35 (14.06% from 255 or 7.10% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFE23 is #3301DC. Grayscale: #D6D6D6. Windows color (decimal): -3342813 or 2358988. OLE color: 2358988.
HSL color Cylindrical-coordinate representation of color #CCFE23: hue angle of 73.7º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCFE23 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 35 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.00 |
| HSL | 73.7º | 0.99% | 0.57% | - |
| HSV(B) | 73.7º | 0.86% | 1% | - |
| XYZ | 60.65 | 83.84 | 14.58 | - |
| YUV | 214.08 | 26.94 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 35 | 0.20 | 0 | 0.86 | 0.00 | 73.7 | 0.99 | 0.57 |
| Hex | CC | FE | 23 | 14 | 0 | 56 | 0 | 4A | 63 | 39 |
| Octal | 314 | 376 | 43 | 24 | 0 | 126 | 0 | 112 | 143 | 71 |
| Binary | 11001100 | 11111110 | 100011 | 10100 | 0 | 1010110 | 0 | 1001010 | 1100011 | 111001 |
Color Harmonies of #CCFE23
Complementary color
Monochromatic Colors of #CCFE23
Black with #CCFE23
Text Example
Text Example
White with #CCFE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE23; }
p { color: rgb(204,254,35); }
H1.HeaderClassName
{
color: #CCFE23;
}
.AnyTagClassName
{
color: #CCFE23;
}
</style>
background-color css
<style>
a { background-color: #CCFE23; }
a { background-color: rgb(204,254,35); }
div.DivClassName
{
background-color: #CCFE23;
}
.BgClassName
{
background-color: #CCFE23;
}
</style>
border-color css
<style>
span { border-color: #CCFE23; }
span { border-color: rgb(204,254,35); }
td.TdClassName
{
border-color: #CCFE23;
}
.TagClassName
{
border-color: #CCFE23;
}
</style>