Shades of Pear #CFE827
Tints of Pear #CFE827
RGB
CMYK
RGB Variations
Color information
#CFE827 (or 0xCFE827) is known color: Pear. HEX triplet: CF, E8 and 27. RGB value is (207,232,39). Sum of RGB (Red+Green+Blue) = 207+232+39=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 39 (15.62% from 255 or 8.16% from 478); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE827 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE827 is #3017D8. Grayscale: #CBCBCB. Windows color (decimal): -3151833 or 2615503. OLE color: 2615503.
HSL color Cylindrical-coordinate representation of color #CFE827: hue angle of 67.77º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFE827 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 39 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.09 |
| HSL | 67.77º | 0.81% | 0.53% | - |
| HSV(B) | 67.77º | 0.83% | 0.91% | - |
| XYZ | 54.95 | 71.13 | 12.75 | - |
| YUV | 202.52 | 35.72 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 39 | 0.11 | 0 | 0.83 | 0.09 | 67.77 | 0.81 | 0.53 |
| Hex | CF | E8 | 27 | B | 0 | 53 | 9 | 44 | 51 | 35 |
| Octal | 317 | 350 | 47 | 13 | 0 | 123 | 11 | 104 | 121 | 65 |
| Binary | 11001111 | 11101000 | 100111 | 1011 | 0 | 1010011 | 1001 | 1000100 | 1010001 | 110101 |
Color Harmonies of #CFE827
Complementary color
Monochromatic Colors of #CFE827
Black with #CFE827
Text Example
Text Example
White with #CFE827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE827; }
p { color: rgb(207,232,39); }
H1.HeaderClassName
{
color: #CFE827;
}
.AnyTagClassName
{
color: #CFE827;
}
</style>
background-color css
<style>
a { background-color: #CFE827; }
a { background-color: rgb(207,232,39); }
div.DivClassName
{
background-color: #CFE827;
}
.BgClassName
{
background-color: #CFE827;
}
</style>
border-color css
<style>
span { border-color: #CFE827; }
span { border-color: rgb(207,232,39); }
td.TdClassName
{
border-color: #CFE827;
}
.TagClassName
{
border-color: #CFE827;
}
</style>