Shades of Pear #CEF541
Tints of Pear #CEF541
RGB
CMYK
RGB Variations
Color information
#CEF541 (or 0xCEF541) is known color: Pear. HEX triplet: CE, F5 and 41. RGB value is (206,245,65). Sum of RGB (Red+Green+Blue) = 206+245+65=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 65 (25.78% from 255 or 12.60% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF541 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF541 is #310ABE. Grayscale: #D5D5D5. Windows color (decimal): -3214015 or 4322766. OLE color: 4322766.
HSL color Cylindrical-coordinate representation of color #CEF541: hue angle of 73º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEF541 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 65 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.04 |
| HSL | 73º | 0.9% | 0.61% | - |
| HSV(B) | 73º | 0.73% | 0.96% | - |
| XYZ | 59.06 | 78.81 | 17.1 | - |
| YUV | 212.82 | 44.58 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 65 | 0.16 | 0 | 0.73 | 0.04 | 73 | 0.9 | 0.61 |
| Hex | CE | F5 | 41 | 10 | 0 | 49 | 4 | 49 | 5A | 3D |
| Octal | 316 | 365 | 101 | 20 | 0 | 111 | 4 | 111 | 132 | 75 |
| Binary | 11001110 | 11110101 | 1000001 | 10000 | 0 | 1001001 | 100 | 1001001 | 1011010 | 111101 |
Color Harmonies of #CEF541
Complementary color
Monochromatic Colors of #CEF541
Black with #CEF541
Text Example
Text Example
White with #CEF541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF541; }
p { color: rgb(206,245,65); }
H1.HeaderClassName
{
color: #CEF541;
}
.AnyTagClassName
{
color: #CEF541;
}
</style>
background-color css
<style>
a { background-color: #CEF541; }
a { background-color: rgb(206,245,65); }
div.DivClassName
{
background-color: #CEF541;
}
.BgClassName
{
background-color: #CEF541;
}
</style>
border-color css
<style>
span { border-color: #CEF541; }
span { border-color: rgb(206,245,65); }
td.TdClassName
{
border-color: #CEF541;
}
.TagClassName
{
border-color: #CEF541;
}
</style>