Shades of Pear #CEF22A
Tints of Pear #CEF22A
RGB
CMYK
RGB Variations
Color information
#CEF22A (or 0xCEF22A) is known color: Pear. HEX triplet: CE, F2 and 2A. RGB value is (206,242,42). Sum of RGB (Red+Green+Blue) = 206+242+42=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF22A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF22A is #310DD5. Grayscale: #D1D1D1. Windows color (decimal): -3214806 or 2814670. OLE color: 2814670.
HSL color Cylindrical-coordinate representation of color #CEF22A: hue angle of 70.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEF22A is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 42 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.05 |
| HSL | 70.8º | 0.88% | 0.56% | - |
| HSV(B) | 70.8º | 0.83% | 0.95% | - |
| XYZ | 57.62 | 76.79 | 13.98 | - |
| YUV | 208.44 | 34.07 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 42 | 0.15 | 0 | 0.83 | 0.05 | 70.8 | 0.88 | 0.56 |
| Hex | CE | F2 | 2A | F | 0 | 53 | 5 | 47 | 58 | 38 |
| Octal | 316 | 362 | 52 | 17 | 0 | 123 | 5 | 107 | 130 | 70 |
| Binary | 11001110 | 11110010 | 101010 | 1111 | 0 | 1010011 | 101 | 1000111 | 1011000 | 111000 |
Color Harmonies of #CEF22A
Complementary color
Monochromatic Colors of #CEF22A
Black with #CEF22A
Text Example
Text Example
White with #CEF22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF22A; }
p { color: rgb(206,242,42); }
H1.HeaderClassName
{
color: #CEF22A;
}
.AnyTagClassName
{
color: #CEF22A;
}
</style>
background-color css
<style>
a { background-color: #CEF22A; }
a { background-color: rgb(206,242,42); }
div.DivClassName
{
background-color: #CEF22A;
}
.BgClassName
{
background-color: #CEF22A;
}
</style>
border-color css
<style>
span { border-color: #CEF22A; }
span { border-color: rgb(206,242,42); }
td.TdClassName
{
border-color: #CEF22A;
}
.TagClassName
{
border-color: #CEF22A;
}
</style>