Shades of Pear #CEF528
Tints of Pear #CEF528
RGB
CMYK
RGB Variations
Color information
#CEF528 (or 0xCEF528) is known color: Pear. HEX triplet: CE, F5 and 28. RGB value is (206,245,40). Sum of RGB (Red+Green+Blue) = 206+245+40=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF528 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF528 is #310AD7. Grayscale: #D2D2D2. Windows color (decimal): -3214040 or 2684366. OLE color: 2684366.
HSL color Cylindrical-coordinate representation of color #CEF528: hue angle of 71.41º 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 #CEF528 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 40 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.04 |
| HSL | 71.41º | 0.91% | 0.56% | - |
| HSV(B) | 71.41º | 0.84% | 0.96% | - |
| XYZ | 58.49 | 78.58 | 14.09 | - |
| YUV | 209.97 | 32.08 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 40 | 0.16 | 0 | 0.84 | 0.04 | 71.41 | 0.91 | 0.56 |
| Hex | CE | F5 | 28 | 10 | 0 | 54 | 4 | 47 | 5B | 38 |
| Octal | 316 | 365 | 50 | 20 | 0 | 124 | 4 | 107 | 133 | 70 |
| Binary | 11001110 | 11110101 | 101000 | 10000 | 0 | 1010100 | 100 | 1000111 | 1011011 | 111000 |
Color Harmonies of #CEF528
Complementary color
Monochromatic Colors of #CEF528
Black with #CEF528
Text Example
Text Example
White with #CEF528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF528; }
p { color: rgb(206,245,40); }
H1.HeaderClassName
{
color: #CEF528;
}
.AnyTagClassName
{
color: #CEF528;
}
</style>
background-color css
<style>
a { background-color: #CEF528; }
a { background-color: rgb(206,245,40); }
div.DivClassName
{
background-color: #CEF528;
}
.BgClassName
{
background-color: #CEF528;
}
</style>
border-color css
<style>
span { border-color: #CEF528; }
span { border-color: rgb(206,245,40); }
td.TdClassName
{
border-color: #CEF528;
}
.TagClassName
{
border-color: #CEF528;
}
</style>