Shades of Pear #CEF21C
Tints of Pear #CEF21C
RGB
CMYK
RGB Variations
Color information
#CEF21C (or 0xCEF21C) is known color: Pear. HEX triplet: CE, F2 and 1C. RGB value is (206,242,28). Sum of RGB (Red+Green+Blue) = 206+242+28=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 28 (11.33% from 255 or 5.88% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF21C is #310DE3. Grayscale: #CFCFCF. Windows color (decimal): -3214820 or 1897166. OLE color: 1897166.
HSL color Cylindrical-coordinate representation of color #CEF21C: hue angle of 70.09º degrees, saturation: 0.89, 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 #CEF21C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 28 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.05 |
| HSL | 70.09º | 0.89% | 0.53% | - |
| HSV(B) | 70.09º | 0.88% | 0.95% | - |
| XYZ | 57.42 | 76.71 | 12.88 | - |
| YUV | 206.84 | 27.07 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 28 | 0.15 | 0 | 0.88 | 0.05 | 70.09 | 0.89 | 0.53 |
| Hex | CE | F2 | 1C | F | 0 | 58 | 5 | 46 | 59 | 35 |
| Octal | 316 | 362 | 34 | 17 | 0 | 130 | 5 | 106 | 131 | 65 |
| Binary | 11001110 | 11110010 | 11100 | 1111 | 0 | 1011000 | 101 | 1000110 | 1011001 | 110101 |
Color Harmonies of #CEF21C
Complementary color
Monochromatic Colors of #CEF21C
Black with #CEF21C
Text Example
Text Example
White with #CEF21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF21C; }
p { color: rgb(206,242,28); }
H1.HeaderClassName
{
color: #CEF21C;
}
.AnyTagClassName
{
color: #CEF21C;
}
</style>
background-color css
<style>
a { background-color: #CEF21C; }
a { background-color: rgb(206,242,28); }
div.DivClassName
{
background-color: #CEF21C;
}
.BgClassName
{
background-color: #CEF21C;
}
</style>
border-color css
<style>
span { border-color: #CEF21C; }
span { border-color: rgb(206,242,28); }
td.TdClassName
{
border-color: #CEF21C;
}
.TagClassName
{
border-color: #CEF21C;
}
</style>