Shades of Pear #CEFF26
Tints of Pear #CEFF26
RGB
CMYK
RGB Variations
Color information
#CEFF26 (or 0xCEFF26) is known color: Pear. HEX triplet: CE, FF and 26. RGB value is (206,255,38). Sum of RGB (Red+Green+Blue) = 206+255+38=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 38 (15.23% from 255 or 7.62% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF26 is #3100D9. Grayscale: #D8D8D8. Windows color (decimal): -3211482 or 2555854. OLE color: 2555854.
HSL color Cylindrical-coordinate representation of color #CEFF26: hue angle of 73.55º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEFF26 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 38 | - |
| CMYK | 0.19 | 0 | 0.85 | 0 |
| HSL | 73.55º | 1% | 0.57% | - |
| HSV(B) | 73.55º | 0.85% | 1% | - |
| XYZ | 61.56 | 84.78 | 14.95 | - |
| YUV | 215.61 | 27.77 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 38 | 0.19 | 0 | 0.85 | 0 | 73.55 | 1 | 0.57 |
| Hex | CE | FF | 26 | 13 | 0 | 55 | 0 | 4A | 64 | 39 |
| Octal | 316 | 377 | 46 | 23 | 0 | 125 | 0 | 112 | 144 | 71 |
| Binary | 11001110 | 11111111 | 100110 | 10011 | 0 | 1010101 | 0 | 1001010 | 1100100 | 111001 |
Color Harmonies of #CEFF26
Complementary color
Monochromatic Colors of #CEFF26
Black with #CEFF26
Text Example
Text Example
White with #CEFF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF26; }
p { color: rgb(206,255,38); }
H1.HeaderClassName
{
color: #CEFF26;
}
.AnyTagClassName
{
color: #CEFF26;
}
</style>
background-color css
<style>
a { background-color: #CEFF26; }
a { background-color: rgb(206,255,38); }
div.DivClassName
{
background-color: #CEFF26;
}
.BgClassName
{
background-color: #CEFF26;
}
</style>
border-color css
<style>
span { border-color: #CEFF26; }
span { border-color: rgb(206,255,38); }
td.TdClassName
{
border-color: #CEFF26;
}
.TagClassName
{
border-color: #CEFF26;
}
</style>