Shades of Pear #CFE311
Tints of Pear #CFE311
RGB
CMYK
RGB Variations
Color information
#CFE311 (or 0xCFE311) is known color: Pear. HEX triplet: CF, E3 and 11. RGB value is (207,227,17). Sum of RGB (Red+Green+Blue) = 207+227+17=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 227 (89.06% from 255 or 50.33% from 451); Blue value is 17 (7.03% from 255 or 3.77% from 451); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE311 is #301CEE. Grayscale: #C5C5C5. Windows color (decimal): -3153135 or 1172431. OLE color: 1172431.
HSL color Cylindrical-coordinate representation of color #CFE311: hue angle of 65.71º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFE311 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 17 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.11 |
| HSL | 65.71º | 0.86% | 0.48% | - |
| HSV(B) | 65.71º | 0.93% | 0.89% | - |
| XYZ | 53.3 | 68.24 | 10.89 | - |
| YUV | 197.08 | 26.37 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 17 | 0.09 | 0 | 0.93 | 0.11 | 65.71 | 0.86 | 0.48 |
| Hex | CF | E3 | 11 | 9 | 0 | 5D | B | 42 | 56 | 30 |
| Octal | 317 | 343 | 21 | 11 | 0 | 135 | 13 | 102 | 126 | 60 |
| Binary | 11001111 | 11100011 | 10001 | 1001 | 0 | 1011101 | 1011 | 1000010 | 1010110 | 110000 |
Color Harmonies of #CFE311
Complementary color
Monochromatic Colors of #CFE311
Black with #CFE311
Text Example
Text Example
White with #CFE311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE311; }
p { color: rgb(207,227,17); }
H1.HeaderClassName
{
color: #CFE311;
}
.AnyTagClassName
{
color: #CFE311;
}
</style>
background-color css
<style>
a { background-color: #CFE311; }
a { background-color: rgb(207,227,17); }
div.DivClassName
{
background-color: #CFE311;
}
.BgClassName
{
background-color: #CFE311;
}
</style>
border-color css
<style>
span { border-color: #CFE311; }
span { border-color: rgb(207,227,17); }
td.TdClassName
{
border-color: #CFE311;
}
.TagClassName
{
border-color: #CFE311;
}
</style>