Shades of Pear #CEFF37
Tints of Pear #CEFF37
RGB
CMYK
RGB Variations
Color information
#CEFF37 (or 0xCEFF37) is known color: Pear. HEX triplet: CE, FF and 37. RGB value is (206,255,55). Sum of RGB (Red+Green+Blue) = 206+255+55=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 55 (21.88% from 255 or 10.66% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF37 is #3100C8. Grayscale: #DADADA. Windows color (decimal): -3211465 or 3669966. OLE color: 3669966.
HSL color Cylindrical-coordinate representation of color #CEFF37: hue angle of 74.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEFF37 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 55 | - |
| CMYK | 0.19 | 0 | 0.78 | 0 |
| HSL | 74.7º | 1% | 0.61% | - |
| HSV(B) | 74.7º | 0.78% | 1% | - |
| XYZ | 61.9 | 84.92 | 16.74 | - |
| YUV | 217.55 | 36.27 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 55 | 0.19 | 0 | 0.78 | 0 | 74.7 | 1 | 0.61 |
| Hex | CE | FF | 37 | 13 | 0 | 4E | 0 | 4B | 64 | 3D |
| Octal | 316 | 377 | 67 | 23 | 0 | 116 | 0 | 113 | 144 | 75 |
| Binary | 11001110 | 11111111 | 110111 | 10011 | 0 | 1001110 | 0 | 1001011 | 1100100 | 111101 |
Color Harmonies of #CEFF37
Complementary color
Monochromatic Colors of #CEFF37
Black with #CEFF37
Text Example
Text Example
White with #CEFF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF37; }
p { color: rgb(206,255,55); }
H1.HeaderClassName
{
color: #CEFF37;
}
.AnyTagClassName
{
color: #CEFF37;
}
</style>
background-color css
<style>
a { background-color: #CEFF37; }
a { background-color: rgb(206,255,55); }
div.DivClassName
{
background-color: #CEFF37;
}
.BgClassName
{
background-color: #CEFF37;
}
</style>
border-color css
<style>
span { border-color: #CEFF37; }
span { border-color: rgb(206,255,55); }
td.TdClassName
{
border-color: #CEFF37;
}
.TagClassName
{
border-color: #CEFF37;
}
</style>