Shades of Pear #CEFF4A
Tints of Pear #CEFF4A
RGB
CMYK
RGB Variations
Color information
#CEFF4A (or 0xCEFF4A) is known color: Pear. HEX triplet: CE, FF and 4A. RGB value is (206,255,74). Sum of RGB (Red+Green+Blue) = 206+255+74=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 74 (29.30% from 255 or 13.83% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF4A is #3100B5. Grayscale: #DCDCDC. Windows color (decimal): -3211446 or 4915150. OLE color: 4915150.
HSL color Cylindrical-coordinate representation of color #CEFF4A: hue angle of 76.24º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEFF4A is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 74 | - |
| CMYK | 0.19 | 0 | 0.71 | 0 |
| HSL | 76.24º | 1% | 0.65% | - |
| HSV(B) | 76.24º | 0.71% | 1% | - |
| XYZ | 62.45 | 85.14 | 19.62 | - |
| YUV | 219.72 | 45.77 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 74 | 0.19 | 0 | 0.71 | 0 | 76.24 | 1 | 0.65 |
| Hex | CE | FF | 4A | 13 | 0 | 47 | 0 | 4C | 64 | 41 |
| Octal | 316 | 377 | 112 | 23 | 0 | 107 | 0 | 114 | 144 | 101 |
| Binary | 11001110 | 11111111 | 1001010 | 10011 | 0 | 1000111 | 0 | 1001100 | 1100100 | 1000001 |
Color Harmonies of #CEFF4A
Complementary color
Monochromatic Colors of #CEFF4A
Black with #CEFF4A
Text Example
Text Example
White with #CEFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF4A; }
p { color: rgb(206,255,74); }
H1.HeaderClassName
{
color: #CEFF4A;
}
.AnyTagClassName
{
color: #CEFF4A;
}
</style>
background-color css
<style>
a { background-color: #CEFF4A; }
a { background-color: rgb(206,255,74); }
div.DivClassName
{
background-color: #CEFF4A;
}
.BgClassName
{
background-color: #CEFF4A;
}
</style>
border-color css
<style>
span { border-color: #CEFF4A; }
span { border-color: rgb(206,255,74); }
td.TdClassName
{
border-color: #CEFF4A;
}
.TagClassName
{
border-color: #CEFF4A;
}
</style>