Shades of Pear #CEF64A
Tints of Pear #CEF64A
RGB
CMYK
RGB Variations
Color information
#CEF64A (or 0xCEF64A) is known color: Pear. HEX triplet: CE, F6 and 4A. RGB value is (206,246,74). Sum of RGB (Red+Green+Blue) = 206+246+74=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF64A is #3109B5. Grayscale: #D7D7D7. Windows color (decimal): -3213750 or 4912846. OLE color: 4912846.
HSL color Cylindrical-coordinate representation of color #CEF64A: hue angle of 73.95º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEF64A is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 74 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.04 |
| HSL | 73.95º | 0.91% | 0.63% | - |
| HSV(B) | 73.95º | 0.7% | 0.96% | - |
| XYZ | 59.65 | 79.53 | 18.69 | - |
| YUV | 214.43 | 48.75 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 74 | 0.16 | 0 | 0.70 | 0.04 | 73.95 | 0.91 | 0.63 |
| Hex | CE | F6 | 4A | 10 | 0 | 46 | 4 | 4A | 5B | 3F |
| Octal | 316 | 366 | 112 | 20 | 0 | 106 | 4 | 112 | 133 | 77 |
| Binary | 11001110 | 11110110 | 1001010 | 10000 | 0 | 1000110 | 100 | 1001010 | 1011011 | 111111 |
Color Harmonies of #CEF64A
Complementary color
Monochromatic Colors of #CEF64A
Black with #CEF64A
Text Example
Text Example
White with #CEF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF64A; }
p { color: rgb(206,246,74); }
H1.HeaderClassName
{
color: #CEF64A;
}
.AnyTagClassName
{
color: #CEF64A;
}
</style>
background-color css
<style>
a { background-color: #CEF64A; }
a { background-color: rgb(206,246,74); }
div.DivClassName
{
background-color: #CEF64A;
}
.BgClassName
{
background-color: #CEF64A;
}
</style>
border-color css
<style>
span { border-color: #CEF64A; }
span { border-color: rgb(206,246,74); }
td.TdClassName
{
border-color: #CEF64A;
}
.TagClassName
{
border-color: #CEF64A;
}
</style>