Shades of Pear #CEF31C
Tints of Pear #CEF31C
RGB
CMYK
RGB Variations
Color information
#CEF31C (or 0xCEF31C) is known color: Pear. HEX triplet: CE, F3 and 1C. RGB value is (206,243,28). Sum of RGB (Red+Green+Blue) = 206+243+28=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF31C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF31C is #310CE3. Grayscale: #D0D0D0. Windows color (decimal): -3214564 or 1897422. OLE color: 1897422.
HSL color Cylindrical-coordinate representation of color #CEF31C: hue angle of 70.33º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEF31C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 28 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.05 |
| HSL | 70.33º | 0.9% | 0.53% | - |
| HSV(B) | 70.33º | 0.88% | 0.95% | - |
| XYZ | 57.71 | 77.31 | 12.98 | - |
| YUV | 207.43 | 26.74 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 28 | 0.15 | 0 | 0.88 | 0.05 | 70.33 | 0.9 | 0.53 |
| Hex | CE | F3 | 1C | F | 0 | 58 | 5 | 46 | 5A | 35 |
| Octal | 316 | 363 | 34 | 17 | 0 | 130 | 5 | 106 | 132 | 65 |
| Binary | 11001110 | 11110011 | 11100 | 1111 | 0 | 1011000 | 101 | 1000110 | 1011010 | 110101 |
Color Harmonies of #CEF31C
Complementary color
Monochromatic Colors of #CEF31C
Black with #CEF31C
Text Example
Text Example
White with #CEF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF31C; }
p { color: rgb(206,243,28); }
H1.HeaderClassName
{
color: #CEF31C;
}
.AnyTagClassName
{
color: #CEF31C;
}
</style>
background-color css
<style>
a { background-color: #CEF31C; }
a { background-color: rgb(206,243,28); }
div.DivClassName
{
background-color: #CEF31C;
}
.BgClassName
{
background-color: #CEF31C;
}
</style>
border-color css
<style>
span { border-color: #CEF31C; }
span { border-color: rgb(206,243,28); }
td.TdClassName
{
border-color: #CEF31C;
}
.TagClassName
{
border-color: #CEF31C;
}
</style>