Shades of Pear #CEF21F
Tints of Pear #CEF21F
RGB
CMYK
RGB Variations
Color information
#CEF21F (or 0xCEF21F) is known color: Pear. HEX triplet: CE, F2 and 1F. RGB value is (206,242,31). Sum of RGB (Red+Green+Blue) = 206+242+31=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 31 (12.5% from 255 or 6.47% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF21F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF21F is #310DE0. Grayscale: #CFCFCF. Windows color (decimal): -3214817 or 2093774. OLE color: 2093774.
HSL color Cylindrical-coordinate representation of color #CEF21F: hue angle of 70.24º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEF21F is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 31 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.05 |
| HSL | 70.24º | 0.89% | 0.54% | - |
| HSV(B) | 70.24º | 0.87% | 0.95% | - |
| XYZ | 57.45 | 76.73 | 13.08 | - |
| YUV | 207.18 | 28.57 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 31 | 0.15 | 0 | 0.87 | 0.05 | 70.24 | 0.89 | 0.54 |
| Hex | CE | F2 | 1F | F | 0 | 57 | 5 | 46 | 59 | 36 |
| Octal | 316 | 362 | 37 | 17 | 0 | 127 | 5 | 106 | 131 | 66 |
| Binary | 11001110 | 11110010 | 11111 | 1111 | 0 | 1010111 | 101 | 1000110 | 1011001 | 110110 |
Color Harmonies of #CEF21F
Complementary color
Monochromatic Colors of #CEF21F
Black with #CEF21F
Text Example
Text Example
White with #CEF21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF21F; }
p { color: rgb(206,242,31); }
H1.HeaderClassName
{
color: #CEF21F;
}
.AnyTagClassName
{
color: #CEF21F;
}
</style>
background-color css
<style>
a { background-color: #CEF21F; }
a { background-color: rgb(206,242,31); }
div.DivClassName
{
background-color: #CEF21F;
}
.BgClassName
{
background-color: #CEF21F;
}
</style>
border-color css
<style>
span { border-color: #CEF21F; }
span { border-color: rgb(206,242,31); }
td.TdClassName
{
border-color: #CEF21F;
}
.TagClassName
{
border-color: #CEF21F;
}
</style>