Shades of Pear #CEF61F
Tints of Pear #CEF61F
RGB
CMYK
RGB Variations
Color information
#CEF61F (or 0xCEF61F) is known color: Pear. HEX triplet: CE, F6 and 1F. RGB value is (206,246,31). Sum of RGB (Red+Green+Blue) = 206+246+31=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 31 (12.5% from 255 or 6.42% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF61F is #3109E0. Grayscale: #D2D2D2. Windows color (decimal): -3213793 or 2094798. OLE color: 2094798.
HSL color Cylindrical-coordinate representation of color #CEF61F: hue angle of 71.16º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEF61F is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 31 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.04 |
| HSL | 71.16º | 0.92% | 0.54% | - |
| HSV(B) | 71.16º | 0.87% | 0.96% | - |
| XYZ | 58.66 | 79.13 | 13.48 | - |
| YUV | 209.53 | 27.25 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 31 | 0.16 | 0 | 0.87 | 0.04 | 71.16 | 0.92 | 0.54 |
| Hex | CE | F6 | 1F | 10 | 0 | 57 | 4 | 47 | 5C | 36 |
| Octal | 316 | 366 | 37 | 20 | 0 | 127 | 4 | 107 | 134 | 66 |
| Binary | 11001110 | 11110110 | 11111 | 10000 | 0 | 1010111 | 100 | 1000111 | 1011100 | 110110 |
Color Harmonies of #CEF61F
Complementary color
Monochromatic Colors of #CEF61F
Black with #CEF61F
Text Example
Text Example
White with #CEF61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF61F; }
p { color: rgb(206,246,31); }
H1.HeaderClassName
{
color: #CEF61F;
}
.AnyTagClassName
{
color: #CEF61F;
}
</style>
background-color css
<style>
a { background-color: #CEF61F; }
a { background-color: rgb(206,246,31); }
div.DivClassName
{
background-color: #CEF61F;
}
.BgClassName
{
background-color: #CEF61F;
}
</style>
border-color css
<style>
span { border-color: #CEF61F; }
span { border-color: rgb(206,246,31); }
td.TdClassName
{
border-color: #CEF61F;
}
.TagClassName
{
border-color: #CEF61F;
}
</style>