Shades of Pear #CEFD4A
Tints of Pear #CEFD4A
RGB
CMYK
RGB Variations
Color information
#CEFD4A (or 0xCEFD4A) is known color: Pear. HEX triplet: CE, FD and 4A. RGB value is (206,253,74). Sum of RGB (Red+Green+Blue) = 206+253+74=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD4A is #3102B5. Grayscale: #DBDBDB. Windows color (decimal): -3211958 or 4914638. OLE color: 4914638.
HSL color Cylindrical-coordinate representation of color #CEFD4A: hue angle of 75.75º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEFD4A is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 74 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.01 |
| HSL | 75.75º | 0.98% | 0.64% | - |
| HSV(B) | 75.75º | 0.71% | 0.99% | - |
| XYZ | 61.81 | 83.87 | 19.41 | - |
| YUV | 218.54 | 46.43 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 74 | 0.19 | 0 | 0.71 | 0.01 | 75.75 | 0.98 | 0.64 |
| Hex | CE | FD | 4A | 13 | 0 | 47 | 1 | 4C | 62 | 40 |
| Octal | 316 | 375 | 112 | 23 | 0 | 107 | 1 | 114 | 142 | 100 |
| Binary | 11001110 | 11111101 | 1001010 | 10011 | 0 | 1000111 | 1 | 1001100 | 1100010 | 1000000 |
Color Harmonies of #CEFD4A
Complementary color
Monochromatic Colors of #CEFD4A
Black with #CEFD4A
Text Example
Text Example
White with #CEFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD4A; }
p { color: rgb(206,253,74); }
H1.HeaderClassName
{
color: #CEFD4A;
}
.AnyTagClassName
{
color: #CEFD4A;
}
</style>
background-color css
<style>
a { background-color: #CEFD4A; }
a { background-color: rgb(206,253,74); }
div.DivClassName
{
background-color: #CEFD4A;
}
.BgClassName
{
background-color: #CEFD4A;
}
</style>
border-color css
<style>
span { border-color: #CEFD4A; }
span { border-color: rgb(206,253,74); }
td.TdClassName
{
border-color: #CEFD4A;
}
.TagClassName
{
border-color: #CEFD4A;
}
</style>