Shades of Pear #CEF726
Tints of Pear #CEF726
RGB
CMYK
RGB Variations
Color information
#CEF726 (or 0xCEF726) is known color: Pear. HEX triplet: CE, F7 and 26. RGB value is (206,247,38). Sum of RGB (Red+Green+Blue) = 206+247+38=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 38 (15.23% from 255 or 7.74% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF726 is #3108D9. Grayscale: #D3D3D3. Windows color (decimal): -3213530 or 2553806. OLE color: 2553806.
HSL color Cylindrical-coordinate representation of color #CEF726: hue angle of 71.77º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEF726 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 38 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.03 |
| HSL | 71.77º | 0.93% | 0.56% | - |
| HSV(B) | 71.77º | 0.85% | 0.97% | - |
| XYZ | 59.06 | 79.78 | 14.12 | - |
| YUV | 210.92 | 30.42 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 38 | 0.17 | 0 | 0.85 | 0.03 | 71.77 | 0.93 | 0.56 |
| Hex | CE | F7 | 26 | 11 | 0 | 55 | 3 | 48 | 5D | 38 |
| Octal | 316 | 367 | 46 | 21 | 0 | 125 | 3 | 110 | 135 | 70 |
| Binary | 11001110 | 11110111 | 100110 | 10001 | 0 | 1010101 | 11 | 1001000 | 1011101 | 111000 |
Color Harmonies of #CEF726
Complementary color
Monochromatic Colors of #CEF726
Black with #CEF726
Text Example
Text Example
White with #CEF726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF726; }
p { color: rgb(206,247,38); }
H1.HeaderClassName
{
color: #CEF726;
}
.AnyTagClassName
{
color: #CEF726;
}
</style>
background-color css
<style>
a { background-color: #CEF726; }
a { background-color: rgb(206,247,38); }
div.DivClassName
{
background-color: #CEF726;
}
.BgClassName
{
background-color: #CEF726;
}
</style>
border-color css
<style>
span { border-color: #CEF726; }
span { border-color: rgb(206,247,38); }
td.TdClassName
{
border-color: #CEF726;
}
.TagClassName
{
border-color: #CEF726;
}
</style>