Shades of Pear #CEF930
Tints of Pear #CEF930
RGB
CMYK
RGB Variations
Color information
#CEF930 (or 0xCEF930) is known color: Pear. HEX triplet: CE, F9 and 30. RGB value is (206,249,48). Sum of RGB (Red+Green+Blue) = 206+249+48=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF930 is #3106CF. Grayscale: #D5D5D5. Windows color (decimal): -3213008 or 3209678. OLE color: 3209678.
HSL color Cylindrical-coordinate representation of color #CEF930: hue angle of 72.84º 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 #CEF930 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 48 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.02 |
| HSL | 72.84º | 0.94% | 0.58% | - |
| HSV(B) | 72.84º | 0.81% | 0.98% | - |
| XYZ | 59.86 | 81.09 | 15.29 | - |
| YUV | 213.23 | 34.75 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 48 | 0.17 | 0 | 0.81 | 0.02 | 72.84 | 0.94 | 0.58 |
| Hex | CE | F9 | 30 | 11 | 0 | 51 | 2 | 49 | 5E | 3A |
| Octal | 316 | 371 | 60 | 21 | 0 | 121 | 2 | 111 | 136 | 72 |
| Binary | 11001110 | 11111001 | 110000 | 10001 | 0 | 1010001 | 10 | 1001001 | 1011110 | 111010 |
Color Harmonies of #CEF930
Complementary color
Monochromatic Colors of #CEF930
Black with #CEF930
Text Example
Text Example
White with #CEF930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF930; }
p { color: rgb(206,249,48); }
H1.HeaderClassName
{
color: #CEF930;
}
.AnyTagClassName
{
color: #CEF930;
}
</style>
background-color css
<style>
a { background-color: #CEF930; }
a { background-color: rgb(206,249,48); }
div.DivClassName
{
background-color: #CEF930;
}
.BgClassName
{
background-color: #CEF930;
}
</style>
border-color css
<style>
span { border-color: #CEF930; }
span { border-color: rgb(206,249,48); }
td.TdClassName
{
border-color: #CEF930;
}
.TagClassName
{
border-color: #CEF930;
}
</style>