Shades of Pear #CFEE31
Tints of Pear #CFEE31
RGB
CMYK
RGB Variations
Color information
#CFEE31 (or 0xCFEE31) is known color: Pear. HEX triplet: CF, EE and 31. RGB value is (207,238,49). Sum of RGB (Red+Green+Blue) = 207+238+49=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 49 (19.53% from 255 or 9.92% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEE31 is #3011CE. Grayscale: #CFCFCF. Windows color (decimal): -3150287 or 3272399. OLE color: 3272399.
HSL color Cylindrical-coordinate representation of color #CFEE31: hue angle of 69.84º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFEE31 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 49 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.07 |
| HSL | 69.84º | 0.85% | 0.56% | - |
| HSV(B) | 69.84º | 0.79% | 0.93% | - |
| XYZ | 56.86 | 74.64 | 14.32 | - |
| YUV | 207.19 | 38.73 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 49 | 0.13 | 0 | 0.79 | 0.07 | 69.84 | 0.85 | 0.56 |
| Hex | CF | EE | 31 | D | 0 | 4F | 7 | 46 | 55 | 38 |
| Octal | 317 | 356 | 61 | 15 | 0 | 117 | 7 | 106 | 125 | 70 |
| Binary | 11001111 | 11101110 | 110001 | 1101 | 0 | 1001111 | 111 | 1000110 | 1010101 | 111000 |
Color Harmonies of #CFEE31
Complementary color
Monochromatic Colors of #CFEE31
Black with #CFEE31
Text Example
Text Example
White with #CFEE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE31; }
p { color: rgb(207,238,49); }
H1.HeaderClassName
{
color: #CFEE31;
}
.AnyTagClassName
{
color: #CFEE31;
}
</style>
background-color css
<style>
a { background-color: #CFEE31; }
a { background-color: rgb(207,238,49); }
div.DivClassName
{
background-color: #CFEE31;
}
.BgClassName
{
background-color: #CFEE31;
}
</style>
border-color css
<style>
span { border-color: #CFEE31; }
span { border-color: rgb(207,238,49); }
td.TdClassName
{
border-color: #CFEE31;
}
.TagClassName
{
border-color: #CFEE31;
}
</style>