Shades of Pear #CEF941
Tints of Pear #CEF941
RGB
CMYK
RGB Variations
Color information
#CEF941 (or 0xCEF941) is known color: Pear. HEX triplet: CE, F9 and 41. RGB value is (206,249,65). Sum of RGB (Red+Green+Blue) = 206+249+65=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 65 (25.78% from 255 or 12.5% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF941 is #3106BE. Grayscale: #D7D7D7. Windows color (decimal): -3212991 or 4323790. OLE color: 4323790.
HSL color Cylindrical-coordinate representation of color #CEF941: hue angle of 74.02º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEF941 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 65 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.02 |
| HSL | 74.02º | 0.94% | 0.62% | - |
| HSV(B) | 74.02º | 0.74% | 0.98% | - |
| XYZ | 60.28 | 81.25 | 17.51 | - |
| YUV | 215.17 | 43.25 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 65 | 0.17 | 0 | 0.74 | 0.02 | 74.02 | 0.94 | 0.62 |
| Hex | CE | F9 | 41 | 11 | 0 | 4A | 2 | 4A | 5E | 3E |
| Octal | 316 | 371 | 101 | 21 | 0 | 112 | 2 | 112 | 136 | 76 |
| Binary | 11001110 | 11111001 | 1000001 | 10001 | 0 | 1001010 | 10 | 1001010 | 1011110 | 111110 |
Color Harmonies of #CEF941
Complementary color
Monochromatic Colors of #CEF941
Black with #CEF941
Text Example
Text Example
White with #CEF941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF941; }
p { color: rgb(206,249,65); }
H1.HeaderClassName
{
color: #CEF941;
}
.AnyTagClassName
{
color: #CEF941;
}
</style>
background-color css
<style>
a { background-color: #CEF941; }
a { background-color: rgb(206,249,65); }
div.DivClassName
{
background-color: #CEF941;
}
.BgClassName
{
background-color: #CEF941;
}
</style>
border-color css
<style>
span { border-color: #CEF941; }
span { border-color: rgb(206,249,65); }
td.TdClassName
{
border-color: #CEF941;
}
.TagClassName
{
border-color: #CEF941;
}
</style>