Shades of Pear #CEF636
Tints of Pear #CEF636
RGB
CMYK
RGB Variations
Color information
#CEF636 (or 0xCEF636) is known color: Pear. HEX triplet: CE, F6 and 36. RGB value is (206,246,54). Sum of RGB (Red+Green+Blue) = 206+246+54=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 54 (21.48% from 255 or 10.67% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF636 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF636 is #3109C9. Grayscale: #D4D4D4. Windows color (decimal): -3213770 or 3602126. OLE color: 3602126.
HSL color Cylindrical-coordinate representation of color #CEF636: hue angle of 72.5º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEF636 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 54 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.04 |
| HSL | 72.5º | 0.91% | 0.59% | - |
| HSV(B) | 72.5º | 0.78% | 0.96% | - |
| XYZ | 59.08 | 79.3 | 15.68 | - |
| YUV | 212.15 | 38.75 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 54 | 0.16 | 0 | 0.78 | 0.04 | 72.5 | 0.91 | 0.59 |
| Hex | CE | F6 | 36 | 10 | 0 | 4E | 4 | 48 | 5B | 3B |
| Octal | 316 | 366 | 66 | 20 | 0 | 116 | 4 | 110 | 133 | 73 |
| Binary | 11001110 | 11110110 | 110110 | 10000 | 0 | 1001110 | 100 | 1001000 | 1011011 | 111011 |
Color Harmonies of #CEF636
Complementary color
Monochromatic Colors of #CEF636
Black with #CEF636
Text Example
Text Example
White with #CEF636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF636; }
p { color: rgb(206,246,54); }
H1.HeaderClassName
{
color: #CEF636;
}
.AnyTagClassName
{
color: #CEF636;
}
</style>
background-color css
<style>
a { background-color: #CEF636; }
a { background-color: rgb(206,246,54); }
div.DivClassName
{
background-color: #CEF636;
}
.BgClassName
{
background-color: #CEF636;
}
</style>
border-color css
<style>
span { border-color: #CEF636; }
span { border-color: rgb(206,246,54); }
td.TdClassName
{
border-color: #CEF636;
}
.TagClassName
{
border-color: #CEF636;
}
</style>