Shades of Pear #CEFF3B
Tints of Pear #CEFF3B
RGB
CMYK
RGB Variations
Color information
#CEFF3B (or 0xCEFF3B) is known color: Pear. HEX triplet: CE, FF and 3B. RGB value is (206,255,59). Sum of RGB (Red+Green+Blue) = 206+255+59=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 59 (23.44% from 255 or 11.35% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF3B is #3100C4. Grayscale: #DADADA. Windows color (decimal): -3211461 or 3932110. OLE color: 3932110.
HSL color Cylindrical-coordinate representation of color #CEFF3B: hue angle of 75º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEFF3B is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 59 | - |
| CMYK | 0.19 | 0 | 0.77 | 0 |
| HSL | 75º | 1% | 0.62% | - |
| HSV(B) | 75º | 0.77% | 1% | - |
| XYZ | 62 | 84.96 | 17.27 | - |
| YUV | 218.01 | 38.27 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 59 | 0.19 | 0 | 0.77 | 0 | 75 | 1 | 0.62 |
| Hex | CE | FF | 3B | 13 | 0 | 4D | 0 | 4B | 64 | 3E |
| Octal | 316 | 377 | 73 | 23 | 0 | 115 | 0 | 113 | 144 | 76 |
| Binary | 11001110 | 11111111 | 111011 | 10011 | 0 | 1001101 | 0 | 1001011 | 1100100 | 111110 |
Color Harmonies of #CEFF3B
Complementary color
Monochromatic Colors of #CEFF3B
Black with #CEFF3B
Text Example
Text Example
White with #CEFF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF3B; }
p { color: rgb(206,255,59); }
H1.HeaderClassName
{
color: #CEFF3B;
}
.AnyTagClassName
{
color: #CEFF3B;
}
</style>
background-color css
<style>
a { background-color: #CEFF3B; }
a { background-color: rgb(206,255,59); }
div.DivClassName
{
background-color: #CEFF3B;
}
.BgClassName
{
background-color: #CEFF3B;
}
</style>
border-color css
<style>
span { border-color: #CEFF3B; }
span { border-color: rgb(206,255,59); }
td.TdClassName
{
border-color: #CEFF3B;
}
.TagClassName
{
border-color: #CEFF3B;
}
</style>