Shades of Pear #CFEE17
Tints of Pear #CFEE17
RGB
CMYK
RGB Variations
Color information
#CFEE17 (or 0xCFEE17) is known color: Pear. HEX triplet: CF, EE and 17. RGB value is (207,238,23). Sum of RGB (Red+Green+Blue) = 207+238+23=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEE17 is #3011E8. Grayscale: #CDCDCD. Windows color (decimal): -3150313 or 1568463. OLE color: 1568463.
HSL color Cylindrical-coordinate representation of color #CFEE17: hue angle of 68.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFEE17 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 23 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.07 |
| HSL | 68.65º | 0.86% | 0.51% | - |
| HSV(B) | 68.65º | 0.9% | 0.93% | - |
| XYZ | 56.46 | 74.48 | 12.21 | - |
| YUV | 204.22 | 25.73 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 23 | 0.13 | 0 | 0.90 | 0.07 | 68.65 | 0.86 | 0.51 |
| Hex | CF | EE | 17 | D | 0 | 5A | 7 | 45 | 56 | 33 |
| Octal | 317 | 356 | 27 | 15 | 0 | 132 | 7 | 105 | 126 | 63 |
| Binary | 11001111 | 11101110 | 10111 | 1101 | 0 | 1011010 | 111 | 1000101 | 1010110 | 110011 |
Color Harmonies of #CFEE17
Complementary color
Monochromatic Colors of #CFEE17
Black with #CFEE17
Text Example
Text Example
White with #CFEE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE17; }
p { color: rgb(207,238,23); }
H1.HeaderClassName
{
color: #CFEE17;
}
.AnyTagClassName
{
color: #CFEE17;
}
</style>
background-color css
<style>
a { background-color: #CFEE17; }
a { background-color: rgb(207,238,23); }
div.DivClassName
{
background-color: #CFEE17;
}
.BgClassName
{
background-color: #CFEE17;
}
</style>
border-color css
<style>
span { border-color: #CFEE17; }
span { border-color: rgb(207,238,23); }
td.TdClassName
{
border-color: #CFEE17;
}
.TagClassName
{
border-color: #CFEE17;
}
</style>