Shades of Pear #CEF722
Tints of Pear #CEF722
RGB
CMYK
RGB Variations
Color information
#CEF722 (or 0xCEF722) is known color: Pear. HEX triplet: CE, F7 and 22. RGB value is (206,247,34). Sum of RGB (Red+Green+Blue) = 206+247+34=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 247 (96.88% from 255 or 50.72% from 487); Blue value is 34 (13.67% from 255 or 6.98% from 487); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF722 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF722 is #3108DD. Grayscale: #D3D3D3. Windows color (decimal): -3213534 or 2291662. OLE color: 2291662.
HSL color Cylindrical-coordinate representation of color #CEF722: hue angle of 71.55º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEF722 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 34 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.03 |
| HSL | 71.55º | 0.93% | 0.55% | - |
| HSV(B) | 71.55º | 0.86% | 0.97% | - |
| XYZ | 59 | 79.76 | 13.8 | - |
| YUV | 210.46 | 28.42 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 34 | 0.17 | 0 | 0.86 | 0.03 | 71.55 | 0.93 | 0.55 |
| Hex | CE | F7 | 22 | 11 | 0 | 56 | 3 | 48 | 5D | 37 |
| Octal | 316 | 367 | 42 | 21 | 0 | 126 | 3 | 110 | 135 | 67 |
| Binary | 11001110 | 11110111 | 100010 | 10001 | 0 | 1010110 | 11 | 1001000 | 1011101 | 110111 |
Color Harmonies of #CEF722
Complementary color
Monochromatic Colors of #CEF722
Black with #CEF722
Text Example
Text Example
White with #CEF722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF722; }
p { color: rgb(206,247,34); }
H1.HeaderClassName
{
color: #CEF722;
}
.AnyTagClassName
{
color: #CEF722;
}
</style>
background-color css
<style>
a { background-color: #CEF722; }
a { background-color: rgb(206,247,34); }
div.DivClassName
{
background-color: #CEF722;
}
.BgClassName
{
background-color: #CEF722;
}
</style>
border-color css
<style>
span { border-color: #CEF722; }
span { border-color: rgb(206,247,34); }
td.TdClassName
{
border-color: #CEF722;
}
.TagClassName
{
border-color: #CEF722;
}
</style>