Shades of Pear #CEF92F
Tints of Pear #CEF92F
RGB
CMYK
RGB Variations
Color information
#CEF92F (or 0xCEF92F) is known color: Pear. HEX triplet: CE, F9 and 2F. RGB value is (206,249,47). Sum of RGB (Red+Green+Blue) = 206+249+47=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 47 (18.75% from 255 or 9.36% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF92F is #3106D0. Grayscale: #D5D5D5. Windows color (decimal): -3213009 or 3144142. OLE color: 3144142.
HSL color Cylindrical-coordinate representation of color #CEF92F: hue angle of 72.77º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEF92F is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 47 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.02 |
| HSL | 72.77º | 0.94% | 0.58% | - |
| HSV(B) | 72.77º | 0.81% | 0.98% | - |
| XYZ | 59.84 | 81.08 | 15.19 | - |
| YUV | 213.12 | 34.25 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 47 | 0.17 | 0 | 0.81 | 0.02 | 72.77 | 0.94 | 0.58 |
| Hex | CE | F9 | 2F | 11 | 0 | 51 | 2 | 49 | 5E | 3A |
| Octal | 316 | 371 | 57 | 21 | 0 | 121 | 2 | 111 | 136 | 72 |
| Binary | 11001110 | 11111001 | 101111 | 10001 | 0 | 1010001 | 10 | 1001001 | 1011110 | 111010 |
Color Harmonies of #CEF92F
Complementary color
Monochromatic Colors of #CEF92F
Black with #CEF92F
Text Example
Text Example
White with #CEF92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF92F; }
p { color: rgb(206,249,47); }
H1.HeaderClassName
{
color: #CEF92F;
}
.AnyTagClassName
{
color: #CEF92F;
}
</style>
background-color css
<style>
a { background-color: #CEF92F; }
a { background-color: rgb(206,249,47); }
div.DivClassName
{
background-color: #CEF92F;
}
.BgClassName
{
background-color: #CEF92F;
}
</style>
border-color css
<style>
span { border-color: #CEF92F; }
span { border-color: rgb(206,249,47); }
td.TdClassName
{
border-color: #CEF92F;
}
.TagClassName
{
border-color: #CEF92F;
}
</style>