Shades of Pear #CEF527
Tints of Pear #CEF527
RGB
CMYK
RGB Variations
Color information
#CEF527 (or 0xCEF527) is known color: Pear. HEX triplet: CE, F5 and 27. RGB value is (206,245,39). Sum of RGB (Red+Green+Blue) = 206+245+39=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 39 (15.62% from 255 or 7.96% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF527 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF527 is #310AD8. Grayscale: #D2D2D2. Windows color (decimal): -3214041 or 2618830. OLE color: 2618830.
HSL color Cylindrical-coordinate representation of color #CEF527: hue angle of 71.36º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEF527 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 39 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.04 |
| HSL | 71.36º | 0.91% | 0.56% | - |
| HSV(B) | 71.36º | 0.84% | 0.96% | - |
| XYZ | 58.47 | 78.57 | 14 | - |
| YUV | 209.86 | 31.58 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 39 | 0.16 | 0 | 0.84 | 0.04 | 71.36 | 0.91 | 0.56 |
| Hex | CE | F5 | 27 | 10 | 0 | 54 | 4 | 47 | 5B | 38 |
| Octal | 316 | 365 | 47 | 20 | 0 | 124 | 4 | 107 | 133 | 70 |
| Binary | 11001110 | 11110101 | 100111 | 10000 | 0 | 1010100 | 100 | 1000111 | 1011011 | 111000 |
Color Harmonies of #CEF527
Complementary color
Monochromatic Colors of #CEF527
Black with #CEF527
Text Example
Text Example
White with #CEF527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF527; }
p { color: rgb(206,245,39); }
H1.HeaderClassName
{
color: #CEF527;
}
.AnyTagClassName
{
color: #CEF527;
}
</style>
background-color css
<style>
a { background-color: #CEF527; }
a { background-color: rgb(206,245,39); }
div.DivClassName
{
background-color: #CEF527;
}
.BgClassName
{
background-color: #CEF527;
}
</style>
border-color css
<style>
span { border-color: #CEF527; }
span { border-color: rgb(206,245,39); }
td.TdClassName
{
border-color: #CEF527;
}
.TagClassName
{
border-color: #CEF527;
}
</style>