Shades of Pear #CEF030
Tints of Pear #CEF030
RGB
CMYK
RGB Variations
Color information
#CEF030 (or 0xCEF030) is known color: Pear. HEX triplet: CE, F0 and 30. RGB value is (206,240,48). Sum of RGB (Red+Green+Blue) = 206+240+48=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF030 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF030 is #310FCF. Grayscale: #D0D0D0. Windows color (decimal): -3215312 or 3207374. OLE color: 3207374.
HSL color Cylindrical-coordinate representation of color #CEF030: hue angle of 70.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEF030 is Cyan = 0.14, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 48 | - |
| CMYK | 0.14 | 0 | 0.8 | 0.06 |
| HSL | 70.62º | 0.86% | 0.56% | - |
| HSV(B) | 70.62º | 0.8% | 0.94% | - |
| XYZ | 57.15 | 75.66 | 14.39 | - |
| YUV | 207.95 | 37.74 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 48 | 0.14 | 0 | 0.8 | 0.06 | 70.62 | 0.86 | 0.56 |
| Hex | CE | F0 | 30 | E | 0 | 50 | 6 | 47 | 56 | 38 |
| Octal | 316 | 360 | 60 | 16 | 0 | 120 | 6 | 107 | 126 | 70 |
| Binary | 11001110 | 11110000 | 110000 | 1110 | 0 | 1010000 | 110 | 1000111 | 1010110 | 111000 |
Color Harmonies of #CEF030
Complementary color
Monochromatic Colors of #CEF030
Black with #CEF030
Text Example
Text Example
White with #CEF030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF030; }
p { color: rgb(206,240,48); }
H1.HeaderClassName
{
color: #CEF030;
}
.AnyTagClassName
{
color: #CEF030;
}
</style>
background-color css
<style>
a { background-color: #CEF030; }
a { background-color: rgb(206,240,48); }
div.DivClassName
{
background-color: #CEF030;
}
.BgClassName
{
background-color: #CEF030;
}
</style>
border-color css
<style>
span { border-color: #CEF030; }
span { border-color: rgb(206,240,48); }
td.TdClassName
{
border-color: #CEF030;
}
.TagClassName
{
border-color: #CEF030;
}
</style>