Shades of Pear #CEF324
Tints of Pear #CEF324
RGB
CMYK
RGB Variations
Color information
#CEF324 (or 0xCEF324) is known color: Pear. HEX triplet: CE, F3 and 24. RGB value is (206,243,36). Sum of RGB (Red+Green+Blue) = 206+243+36=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 36 (14.45% from 255 or 7.42% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF324 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF324 is #310CDB. Grayscale: #D1D1D1. Windows color (decimal): -3214556 or 2421710. OLE color: 2421710.
HSL color Cylindrical-coordinate representation of color #CEF324: hue angle of 70.72º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEF324 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 36 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.05 |
| HSL | 70.72º | 0.9% | 0.55% | - |
| HSV(B) | 70.72º | 0.85% | 0.95% | - |
| XYZ | 57.82 | 77.35 | 13.55 | - |
| YUV | 208.34 | 30.74 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 36 | 0.15 | 0 | 0.85 | 0.05 | 70.72 | 0.9 | 0.55 |
| Hex | CE | F3 | 24 | F | 0 | 55 | 5 | 47 | 5A | 37 |
| Octal | 316 | 363 | 44 | 17 | 0 | 125 | 5 | 107 | 132 | 67 |
| Binary | 11001110 | 11110011 | 100100 | 1111 | 0 | 1010101 | 101 | 1000111 | 1011010 | 110111 |
Color Harmonies of #CEF324
Complementary color
Monochromatic Colors of #CEF324
Black with #CEF324
Text Example
Text Example
White with #CEF324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF324; }
p { color: rgb(206,243,36); }
H1.HeaderClassName
{
color: #CEF324;
}
.AnyTagClassName
{
color: #CEF324;
}
</style>
background-color css
<style>
a { background-color: #CEF324; }
a { background-color: rgb(206,243,36); }
div.DivClassName
{
background-color: #CEF324;
}
.BgClassName
{
background-color: #CEF324;
}
</style>
border-color css
<style>
span { border-color: #CEF324; }
span { border-color: rgb(206,243,36); }
td.TdClassName
{
border-color: #CEF324;
}
.TagClassName
{
border-color: #CEF324;
}
</style>