Shades of Pear #CFF823
Tints of Pear #CFF823
RGB
CMYK
RGB Variations
Color information
#CFF823 (or 0xCFF823) is known color: Pear. HEX triplet: CF, F8 and 23. RGB value is (207,248,35). Sum of RGB (Red+Green+Blue) = 207+248+35=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 35 (14.06% from 255 or 7.14% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF823 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF823 is #3007DC. Grayscale: #D4D4D4. Windows color (decimal): -3147741 or 2357455. OLE color: 2357455.
HSL color Cylindrical-coordinate representation of color #CFF823: hue angle of 71.55º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFF823 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 35 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.03 |
| HSL | 71.55º | 0.94% | 0.55% | - |
| HSV(B) | 71.55º | 0.86% | 0.97% | - |
| XYZ | 59.6 | 80.52 | 13.99 | - |
| YUV | 211.46 | 28.42 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 35 | 0.17 | 0 | 0.86 | 0.03 | 71.55 | 0.94 | 0.55 |
| Hex | CF | F8 | 23 | 11 | 0 | 56 | 3 | 48 | 5E | 37 |
| Octal | 317 | 370 | 43 | 21 | 0 | 126 | 3 | 110 | 136 | 67 |
| Binary | 11001111 | 11111000 | 100011 | 10001 | 0 | 1010110 | 11 | 1001000 | 1011110 | 110111 |
Color Harmonies of #CFF823
Complementary color
Monochromatic Colors of #CFF823
Black with #CFF823
Text Example
Text Example
White with #CFF823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF823; }
p { color: rgb(207,248,35); }
H1.HeaderClassName
{
color: #CFF823;
}
.AnyTagClassName
{
color: #CFF823;
}
</style>
background-color css
<style>
a { background-color: #CFF823; }
a { background-color: rgb(207,248,35); }
div.DivClassName
{
background-color: #CFF823;
}
.BgClassName
{
background-color: #CFF823;
}
</style>
border-color css
<style>
span { border-color: #CFF823; }
span { border-color: rgb(207,248,35); }
td.TdClassName
{
border-color: #CFF823;
}
.TagClassName
{
border-color: #CFF823;
}
</style>