Shades of Pear #CFFE23
Tints of Pear #CFFE23
RGB
CMYK
RGB Variations
Color information
#CFFE23 (or 0xCFFE23) is known color: Pear. HEX triplet: CF, FE and 23. RGB value is (207,254,35). Sum of RGB (Red+Green+Blue) = 207+254+35=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 35 (14.06% from 255 or 7.06% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE23 is #3001DC. Grayscale: #D7D7D7. Windows color (decimal): -3146205 or 2358991. OLE color: 2358991.
HSL color Cylindrical-coordinate representation of color #CFFE23: hue angle of 72.88º 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 #CFFE23 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 35 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.00 |
| HSL | 72.88º | 0.99% | 0.57% | - |
| HSV(B) | 72.88º | 0.86% | 1% | - |
| XYZ | 61.48 | 84.27 | 14.62 | - |
| YUV | 214.98 | 26.43 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 35 | 0.19 | 0 | 0.86 | 0.00 | 72.88 | 0.99 | 0.57 |
| Hex | CF | FE | 23 | 13 | 0 | 56 | 0 | 49 | 63 | 39 |
| Octal | 317 | 376 | 43 | 23 | 0 | 126 | 0 | 111 | 143 | 71 |
| Binary | 11001111 | 11111110 | 100011 | 10011 | 0 | 1010110 | 0 | 1001001 | 1100011 | 111001 |
Color Harmonies of #CFFE23
Complementary color
Monochromatic Colors of #CFFE23
Black with #CFFE23
Text Example
Text Example
White with #CFFE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE23; }
p { color: rgb(207,254,35); }
H1.HeaderClassName
{
color: #CFFE23;
}
.AnyTagClassName
{
color: #CFFE23;
}
</style>
background-color css
<style>
a { background-color: #CFFE23; }
a { background-color: rgb(207,254,35); }
div.DivClassName
{
background-color: #CFFE23;
}
.BgClassName
{
background-color: #CFFE23;
}
</style>
border-color css
<style>
span { border-color: #CFFE23; }
span { border-color: rgb(207,254,35); }
td.TdClassName
{
border-color: #CFFE23;
}
.TagClassName
{
border-color: #CFFE23;
}
</style>