Shades of Pear #CFF631
Tints of Pear #CFF631
RGB
CMYK
RGB Variations
Color information
#CFF631 (or 0xCFF631) is known color: Pear. HEX triplet: CF, F6 and 31. RGB value is (207,246,49). Sum of RGB (Red+Green+Blue) = 207+246+49=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 49 (19.53% from 255 or 9.76% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF631 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF631 is #3009CE. Grayscale: #D4D4D4. Windows color (decimal): -3148239 or 3274447. OLE color: 3274447.
HSL color Cylindrical-coordinate representation of color #CFF631: hue angle of 71.88º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFF631 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 49 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.04 |
| HSL | 71.88º | 0.92% | 0.58% | - |
| HSV(B) | 71.88º | 0.8% | 0.96% | - |
| XYZ | 59.24 | 79.4 | 15.11 | - |
| YUV | 211.88 | 36.08 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 49 | 0.16 | 0 | 0.80 | 0.04 | 71.88 | 0.92 | 0.58 |
| Hex | CF | F6 | 31 | 10 | 0 | 50 | 4 | 48 | 5C | 3A |
| Octal | 317 | 366 | 61 | 20 | 0 | 120 | 4 | 110 | 134 | 72 |
| Binary | 11001111 | 11110110 | 110001 | 10000 | 0 | 1010000 | 100 | 1001000 | 1011100 | 111010 |
Color Harmonies of #CFF631
Complementary color
Monochromatic Colors of #CFF631
Black with #CFF631
Text Example
Text Example
White with #CFF631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF631; }
p { color: rgb(207,246,49); }
H1.HeaderClassName
{
color: #CFF631;
}
.AnyTagClassName
{
color: #CFF631;
}
</style>
background-color css
<style>
a { background-color: #CFF631; }
a { background-color: rgb(207,246,49); }
div.DivClassName
{
background-color: #CFF631;
}
.BgClassName
{
background-color: #CFF631;
}
</style>
border-color css
<style>
span { border-color: #CFF631; }
span { border-color: rgb(207,246,49); }
td.TdClassName
{
border-color: #CFF631;
}
.TagClassName
{
border-color: #CFF631;
}
</style>