Shades of Pear #CEF948
Tints of Pear #CEF948
RGB
CMYK
RGB Variations
Color information
#CEF948 (or 0xCEF948) is known color: Pear. HEX triplet: CE, F9 and 48. RGB value is (206,249,72). Sum of RGB (Red+Green+Blue) = 206+249+72=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 72 (28.52% from 255 or 13.66% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF948 is #3106B7. Grayscale: #D8D8D8. Windows color (decimal): -3212984 or 4782542. OLE color: 4782542.
HSL color Cylindrical-coordinate representation of color #CEF948: hue angle of 74.58º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEF948 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 72 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.02 |
| HSL | 74.58º | 0.94% | 0.63% | - |
| HSV(B) | 74.58º | 0.71% | 0.98% | - |
| XYZ | 60.5 | 81.34 | 18.64 | - |
| YUV | 215.97 | 46.75 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 72 | 0.17 | 0 | 0.71 | 0.02 | 74.58 | 0.94 | 0.63 |
| Hex | CE | F9 | 48 | 11 | 0 | 47 | 2 | 4B | 5E | 3F |
| Octal | 316 | 371 | 110 | 21 | 0 | 107 | 2 | 113 | 136 | 77 |
| Binary | 11001110 | 11111001 | 1001000 | 10001 | 0 | 1000111 | 10 | 1001011 | 1011110 | 111111 |
Color Harmonies of #CEF948
Complementary color
Monochromatic Colors of #CEF948
Black with #CEF948
Text Example
Text Example
White with #CEF948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF948; }
p { color: rgb(206,249,72); }
H1.HeaderClassName
{
color: #CEF948;
}
.AnyTagClassName
{
color: #CEF948;
}
</style>
background-color css
<style>
a { background-color: #CEF948; }
a { background-color: rgb(206,249,72); }
div.DivClassName
{
background-color: #CEF948;
}
.BgClassName
{
background-color: #CEF948;
}
</style>
border-color css
<style>
span { border-color: #CEF948; }
span { border-color: rgb(206,249,72); }
td.TdClassName
{
border-color: #CEF948;
}
.TagClassName
{
border-color: #CEF948;
}
</style>