Shades of Pear #CEF935
Tints of Pear #CEF935
RGB
CMYK
RGB Variations
Color information
#CEF935 (or 0xCEF935) is known color: Pear. HEX triplet: CE, F9 and 35. RGB value is (206,249,53). Sum of RGB (Red+Green+Blue) = 206+249+53=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 53 (21.09% from 255 or 10.43% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF935 is #3106CA. Grayscale: #D6D6D6. Windows color (decimal): -3213003 or 3537358. OLE color: 3537358.
HSL color Cylindrical-coordinate representation of color #CEF935: hue angle of 73.16º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEF935 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 53 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.02 |
| HSL | 73.16º | 0.94% | 0.59% | - |
| HSV(B) | 73.16º | 0.79% | 0.98% | - |
| XYZ | 59.97 | 81.13 | 15.87 | - |
| YUV | 213.8 | 37.25 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 53 | 0.17 | 0 | 0.79 | 0.02 | 73.16 | 0.94 | 0.59 |
| Hex | CE | F9 | 35 | 11 | 0 | 4F | 2 | 49 | 5E | 3B |
| Octal | 316 | 371 | 65 | 21 | 0 | 117 | 2 | 111 | 136 | 73 |
| Binary | 11001110 | 11111001 | 110101 | 10001 | 0 | 1001111 | 10 | 1001001 | 1011110 | 111011 |
Color Harmonies of #CEF935
Complementary color
Monochromatic Colors of #CEF935
Black with #CEF935
Text Example
Text Example
White with #CEF935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF935; }
p { color: rgb(206,249,53); }
H1.HeaderClassName
{
color: #CEF935;
}
.AnyTagClassName
{
color: #CEF935;
}
</style>
background-color css
<style>
a { background-color: #CEF935; }
a { background-color: rgb(206,249,53); }
div.DivClassName
{
background-color: #CEF935;
}
.BgClassName
{
background-color: #CEF935;
}
</style>
border-color css
<style>
span { border-color: #CEF935; }
span { border-color: rgb(206,249,53); }
td.TdClassName
{
border-color: #CEF935;
}
.TagClassName
{
border-color: #CEF935;
}
</style>