Shades of Pear #CEF327
Tints of Pear #CEF327
RGB
CMYK
RGB Variations
Color information
#CEF327 (or 0xCEF327) is known color: Pear. HEX triplet: CE, F3 and 27. RGB value is (206,243,39). Sum of RGB (Red+Green+Blue) = 206+243+39=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 39 (15.62% from 255 or 7.99% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF327 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF327 is #310CD8. Grayscale: #D1D1D1. Windows color (decimal): -3214553 or 2618318. OLE color: 2618318.
HSL color Cylindrical-coordinate representation of color #CEF327: hue angle of 70.88º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEF327 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 39 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.05 |
| HSL | 70.88º | 0.89% | 0.55% | - |
| HSV(B) | 70.88º | 0.84% | 0.95% | - |
| XYZ | 57.87 | 77.37 | 13.8 | - |
| YUV | 208.68 | 32.24 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 39 | 0.15 | 0 | 0.84 | 0.05 | 70.88 | 0.89 | 0.55 |
| Hex | CE | F3 | 27 | F | 0 | 54 | 5 | 47 | 59 | 37 |
| Octal | 316 | 363 | 47 | 17 | 0 | 124 | 5 | 107 | 131 | 67 |
| Binary | 11001110 | 11110011 | 100111 | 1111 | 0 | 1010100 | 101 | 1000111 | 1011001 | 110111 |
Color Harmonies of #CEF327
Complementary color
Monochromatic Colors of #CEF327
Black with #CEF327
Text Example
Text Example
White with #CEF327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF327; }
p { color: rgb(206,243,39); }
H1.HeaderClassName
{
color: #CEF327;
}
.AnyTagClassName
{
color: #CEF327;
}
</style>
background-color css
<style>
a { background-color: #CEF327; }
a { background-color: rgb(206,243,39); }
div.DivClassName
{
background-color: #CEF327;
}
.BgClassName
{
background-color: #CEF327;
}
</style>
border-color css
<style>
span { border-color: #CEF327; }
span { border-color: rgb(206,243,39); }
td.TdClassName
{
border-color: #CEF327;
}
.TagClassName
{
border-color: #CEF327;
}
</style>