Shades of Pear #CEF631
Tints of Pear #CEF631
RGB
CMYK
RGB Variations
Color information
#CEF631 (or 0xCEF631) is known color: Pear. HEX triplet: CE, F6 and 31. RGB value is (206,246,49). Sum of RGB (Red+Green+Blue) = 206+246+49=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF631 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF631 is #3109CE. Grayscale: #D4D4D4. Windows color (decimal): -3213775 or 3274446. OLE color: 3274446.
HSL color Cylindrical-coordinate representation of color #CEF631: hue angle of 72.18º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEF631 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 49 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.04 |
| HSL | 72.18º | 0.92% | 0.58% | - |
| HSV(B) | 72.18º | 0.8% | 0.96% | - |
| XYZ | 58.96 | 79.26 | 15.1 | - |
| YUV | 211.58 | 36.25 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 49 | 0.16 | 0 | 0.80 | 0.04 | 72.18 | 0.92 | 0.58 |
| Hex | CE | F6 | 31 | 10 | 0 | 50 | 4 | 48 | 5C | 3A |
| Octal | 316 | 366 | 61 | 20 | 0 | 120 | 4 | 110 | 134 | 72 |
| Binary | 11001110 | 11110110 | 110001 | 10000 | 0 | 1010000 | 100 | 1001000 | 1011100 | 111010 |
Color Harmonies of #CEF631
Complementary color
Monochromatic Colors of #CEF631
Black with #CEF631
Text Example
Text Example
White with #CEF631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF631; }
p { color: rgb(206,246,49); }
H1.HeaderClassName
{
color: #CEF631;
}
.AnyTagClassName
{
color: #CEF631;
}
</style>
background-color css
<style>
a { background-color: #CEF631; }
a { background-color: rgb(206,246,49); }
div.DivClassName
{
background-color: #CEF631;
}
.BgClassName
{
background-color: #CEF631;
}
</style>
border-color css
<style>
span { border-color: #CEF631; }
span { border-color: rgb(206,246,49); }
td.TdClassName
{
border-color: #CEF631;
}
.TagClassName
{
border-color: #CEF631;
}
</style>