Shades of Pear #CEF938
Tints of Pear #CEF938
RGB
CMYK
RGB Variations
Color information
#CEF938 (or 0xCEF938) is known color: Pear. HEX triplet: CE, F9 and 38. RGB value is (206,249,56). Sum of RGB (Red+Green+Blue) = 206+249+56=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 56 (22.27% from 255 or 10.96% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF938 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF938 is #3106C7. Grayscale: #D6D6D6. Windows color (decimal): -3213000 or 3733966. OLE color: 3733966.
HSL color Cylindrical-coordinate representation of color #CEF938: hue angle of 73.37º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEF938 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 56 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.02 |
| HSL | 73.37º | 0.94% | 0.6% | - |
| HSV(B) | 73.37º | 0.78% | 0.98% | - |
| XYZ | 60.04 | 81.16 | 16.24 | - |
| YUV | 214.14 | 38.75 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 56 | 0.17 | 0 | 0.78 | 0.02 | 73.37 | 0.94 | 0.6 |
| Hex | CE | F9 | 38 | 11 | 0 | 4E | 2 | 49 | 5E | 3C |
| Octal | 316 | 371 | 70 | 21 | 0 | 116 | 2 | 111 | 136 | 74 |
| Binary | 11001110 | 11111001 | 111000 | 10001 | 0 | 1001110 | 10 | 1001001 | 1011110 | 111100 |
Color Harmonies of #CEF938
Complementary color
Monochromatic Colors of #CEF938
Black with #CEF938
Text Example
Text Example
White with #CEF938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF938; }
p { color: rgb(206,249,56); }
H1.HeaderClassName
{
color: #CEF938;
}
.AnyTagClassName
{
color: #CEF938;
}
</style>
background-color css
<style>
a { background-color: #CEF938; }
a { background-color: rgb(206,249,56); }
div.DivClassName
{
background-color: #CEF938;
}
.BgClassName
{
background-color: #CEF938;
}
</style>
border-color css
<style>
span { border-color: #CEF938; }
span { border-color: rgb(206,249,56); }
td.TdClassName
{
border-color: #CEF938;
}
.TagClassName
{
border-color: #CEF938;
}
</style>