Shades of Pear #CEF741
Tints of Pear #CEF741
RGB
CMYK
RGB Variations
Color information
#CEF741 (or 0xCEF741) is known color: Pear. HEX triplet: CE, F7 and 41. RGB value is (206,247,65). Sum of RGB (Red+Green+Blue) = 206+247+65=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 65 (25.78% from 255 or 12.55% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF741 is #3108BE. Grayscale: #D6D6D6. Windows color (decimal): -3213503 or 4323278. OLE color: 4323278.
HSL color Cylindrical-coordinate representation of color #CEF741: hue angle of 73.52º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEF741 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 65 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.03 |
| HSL | 73.52º | 0.92% | 0.61% | - |
| HSV(B) | 73.52º | 0.74% | 0.97% | - |
| XYZ | 59.67 | 80.03 | 17.3 | - |
| YUV | 213.99 | 43.92 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 65 | 0.17 | 0 | 0.74 | 0.03 | 73.52 | 0.92 | 0.61 |
| Hex | CE | F7 | 41 | 11 | 0 | 4A | 3 | 4A | 5C | 3D |
| Octal | 316 | 367 | 101 | 21 | 0 | 112 | 3 | 112 | 134 | 75 |
| Binary | 11001110 | 11110111 | 1000001 | 10001 | 0 | 1001010 | 11 | 1001010 | 1011100 | 111101 |
Color Harmonies of #CEF741
Complementary color
Monochromatic Colors of #CEF741
Black with #CEF741
Text Example
Text Example
White with #CEF741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF741; }
p { color: rgb(206,247,65); }
H1.HeaderClassName
{
color: #CEF741;
}
.AnyTagClassName
{
color: #CEF741;
}
</style>
background-color css
<style>
a { background-color: #CEF741; }
a { background-color: rgb(206,247,65); }
div.DivClassName
{
background-color: #CEF741;
}
.BgClassName
{
background-color: #CEF741;
}
</style>
border-color css
<style>
span { border-color: #CEF741; }
span { border-color: rgb(206,247,65); }
td.TdClassName
{
border-color: #CEF741;
}
.TagClassName
{
border-color: #CEF741;
}
</style>